pub struct UUID(pub u128);
Tuple Fields§
§0: u128
Trait Implementations§
Source§impl ByteReadable for UUID
impl ByteReadable for UUID
fn read_from_bytes(byte_reader: &mut ByteReader) -> Self
Source§impl ByteWritable for UUID
impl ByteWritable for UUID
fn write_to_bytes(self, writer: &mut ByteWriter)
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 UUID
Auto Trait Implementations§
impl Freeze for UUID
impl RefUnwindSafe for UUID
impl Send for UUID
impl Sync for UUID
impl Unpin for UUID
impl UnwindSafe for UUID
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