pub struct GuidWrapper(/* private fields */);
Expand description
A wrapper around Uuid
to represent a GUID.
Implementations§
Trait Implementations§
Source§impl Clone for GuidWrapper
impl Clone for GuidWrapper
Source§fn clone(&self) -> GuidWrapper
fn clone(&self) -> GuidWrapper
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GuidWrapper
impl Debug for GuidWrapper
Source§impl Default for GuidWrapper
impl Default for GuidWrapper
Source§fn default() -> GuidWrapper
fn default() -> GuidWrapper
Returns the “default value” for a type. Read more
Source§impl Display for GuidWrapper
Implements the Display
trait for GuidWrapper
.
impl Display for GuidWrapper
Implements the Display
trait for GuidWrapper
.
Auto Trait Implementations§
impl Freeze for GuidWrapper
impl RefUnwindSafe for GuidWrapper
impl Send for GuidWrapper
impl Sync for GuidWrapper
impl Unpin for GuidWrapper
impl UnwindSafe for GuidWrapper
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