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