Enum flowistry_pdg::rustc::mir::interpret::ExpectedKind
source · pub enum ExpectedKind {
Reference,
Box,
RawPtr,
InitScalar,
Bool,
Char,
Float,
Int,
FnPtr,
EnumTag,
Str,
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for ExpectedKind
impl Send for ExpectedKind
impl Sync for ExpectedKind
impl Unpin for ExpectedKind
impl UnwindSafe for ExpectedKind
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more