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