pub struct UUIDHyphenated(pub u128);
Tuple Fields§
§0: u128
Trait Implementations§
Source§impl ByteReadable for UUIDHyphenated
impl ByteReadable for UUIDHyphenated
fn read_from_bytes(byte_reader: &mut ByteReader) -> Self
Source§impl Clone for UUIDHyphenated
impl Clone for UUIDHyphenated
Source§fn clone(&self) -> UUIDHyphenated
fn clone(&self) -> UUIDHyphenated
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UUIDHyphenated
impl Debug for UUIDHyphenated
Source§impl From<UUIDHyphenated> for UUID
impl From<UUIDHyphenated> for UUID
Source§fn from(hyph: UUIDHyphenated) -> Self
fn from(hyph: UUIDHyphenated) -> Self
Converts to this type from the input type.
impl Copy for UUIDHyphenated
Auto Trait Implementations§
impl Freeze for UUIDHyphenated
impl RefUnwindSafe for UUIDHyphenated
impl Send for UUIDHyphenated
impl Sync for UUIDHyphenated
impl Unpin for UUIDHyphenated
impl UnwindSafe for UUIDHyphenated
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