pub struct RealType { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RealType
impl !RefUnwindSafe for RealType
impl !Send for RealType
impl !Sync for RealType
impl Unpin for RealType
impl UnsafeUnpin for RealType
impl !UnwindSafe for RealType
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