pub struct UUID<'a> { /* private fields */ }
Expand description
Structure that represents the LC_UUID
command
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for UUID<'a>
impl<'a> !Send for UUID<'a>
impl<'a> !Sync for UUID<'a>
impl<'a> Unpin for UUID<'a>
impl<'a> UnwindSafe for UUID<'a>
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