Expand description
Extra information associated with the let instruction.
Fields
block: BlockType<'a>
locals: Vec<Local<'a>>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for LetType<'a>
impl<'a> Send for LetType<'a>
impl<'a> Sync for LetType<'a>
impl<'a> Unpin for LetType<'a>
impl<'a> UnwindSafe for LetType<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more