pub struct Let(pub Local);Tuple Fields§
§0: LocalTrait Implementations§
Auto Trait Implementations§
impl !Send for Let
impl !Sync for Let
impl Freeze for Let
impl RefUnwindSafe for Let
impl Unpin for Let
impl UnsafeUnpin for Let
impl UnwindSafe for Let
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