Struct ccp_shared::types::CUID
source · pub struct CUID(/* private fields */);
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for CUID
impl<'de> Deserialize<'de> for CUID
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Ord for CUID
impl Ord for CUID
source§impl PartialEq for CUID
impl PartialEq for CUID
source§impl PartialOrd for CUID
impl PartialOrd for CUID
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl ToHex for CUID
impl ToHex for CUID
source§fn encode_hex<T: FromIterator<char>>(&self) -> T
fn encode_hex<T: FromIterator<char>>(&self) -> T
Encode the hex strict representing
self
into the result. Lower case
letters are used (e.g. f9b4ca
)source§fn encode_hex_upper<T: FromIterator<char>>(&self) -> T
fn encode_hex_upper<T: FromIterator<char>>(&self) -> T
Encode the hex strict representing
self
into the result. Upper case
letters are used (e.g. F9B4CA
)impl Copy for CUID
impl Eq for CUID
impl StructuralPartialEq for CUID
Auto Trait Implementations§
impl Freeze for CUID
impl RefUnwindSafe for CUID
impl Send for CUID
impl Sync for CUID
impl Unpin for CUID
impl UnwindSafe for CUID
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