Struct ztopic::references::RawRef
source · pub struct RawRef<T>(/* private fields */);Trait Implementations§
impl<T> Send for RawRef<T>
impl<T> Sync for RawRef<T>
Auto Trait Implementations§
impl<T> Freeze for RawRef<T>
impl<T> RefUnwindSafe for RawRef<T>where
T: RefUnwindSafe,
impl<T> Unpin for RawRef<T>
impl<T> UnwindSafe for RawRef<T>where
T: RefUnwindSafe,
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