pub struct Guid { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'a> TryIntoCtx<Endian> for &'a Guid
impl<'a> TryIntoCtx<Endian> for &'a Guid
Source§impl TryIntoCtx<Endian> for Guid
impl TryIntoCtx<Endian> for Guid
impl Copy for Guid
impl Eq for Guid
impl StructuralPartialEq for Guid
Auto Trait Implementations§
impl Freeze for Guid
impl RefUnwindSafe for Guid
impl Send for Guid
impl Sync for Guid
impl Unpin for Guid
impl UnwindSafe for Guid
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