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