pub struct LabeledId { /* private fields */ }
Expand description
Implementations§
§impl LabeledId
impl LabeledId
pub fn new(prefix: &str) -> Result<LabeledId, LabeledIdCreateError>
pub fn new(prefix: &str) -> Result<LabeledId, LabeledIdCreateError>
Create a new labeled ID with the given prefix.
pub fn new_with_ulid(
prefix: &str,
ulid: Ulid,
) -> Result<LabeledId, LabeledIdCreateError>
pub fn new_with_ulid( prefix: &str, ulid: Ulid, ) -> Result<LabeledId, LabeledIdCreateError>
Create a new labeled ID with the given prefix and ULID.
Trait Implementations§
§impl<'de> Deserialize<'de> for LabeledId
impl<'de> Deserialize<'de> for LabeledId
§fn deserialize<D>(
deserializer: D,
) -> Result<LabeledId, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<LabeledId, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Ord for LabeledId
impl Ord for LabeledId
§impl PartialOrd for LabeledId
impl PartialOrd for LabeledId
§fn partial_cmp(&self, other: &LabeledId) -> Option<Ordering>
fn partial_cmp(&self, other: &LabeledId) -> Option<Ordering>
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 more§impl Serialize for LabeledId
impl Serialize for LabeledId
§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for LabeledId
impl Eq for LabeledId
impl StructuralPartialEq for LabeledId
Auto Trait Implementations§
impl Freeze for LabeledId
impl RefUnwindSafe for LabeledId
impl Send for LabeledId
impl Sync for LabeledId
impl Unpin for LabeledId
impl UnwindSafe for LabeledId
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§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
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more