pub enum Variant {
ReservedNcs,
Rfc4122,
ReservedMicrosoft,
ReservedFuture,
}
Expand description
Variant or type of GUID, as defined in RFC4122.
Variants§
ReservedNcs
Reserved, NCS backward compatibility.
Rfc4122
The GUID variant described by RFC4122.
ReservedMicrosoft
Reserved, Microsoft Corporation backward compatibility.
ReservedFuture
Reserved for future use.
Trait Implementations§
Source§impl Ord for Variant
impl Ord for Variant
Source§impl PartialOrd for Variant
impl PartialOrd for Variant
impl Copy for Variant
impl Eq for Variant
impl StructuralPartialEq for Variant
Auto Trait Implementations§
impl Freeze for Variant
impl RefUnwindSafe for Variant
impl Send for Variant
impl Sync for Variant
impl Unpin for Variant
impl UnwindSafe for Variant
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)