pub struct Real { /* private fields */ }Expand description
Token
Trait Implementations§
impl Eq for Real
impl StructuralPartialEq for Real
Auto Trait Implementations§
impl Freeze for Real
impl !RefUnwindSafe for Real
impl !Send for Real
impl !Sync for Real
impl Unpin for Real
impl !UnwindSafe for Real
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