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