pub struct LocalEx;Implementations§
Auto Trait Implementations§
impl Freeze for LocalEx
impl RefUnwindSafe for LocalEx
impl Send for LocalEx
impl Sync for LocalEx
impl Unpin for LocalEx
impl UnsafeUnpin for LocalEx
impl UnwindSafe for LocalEx
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