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