pub struct Rloc16(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rloc16
impl RefUnwindSafe for Rloc16
impl Send for Rloc16
impl Sync for Rloc16
impl Unpin for Rloc16
impl UnsafeUnpin for Rloc16
impl UnwindSafe for Rloc16
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