Struct bones_utils::LabeledId
source · pub struct LabeledId { /* private fields */ }
Expand description
Implementations§
source§impl LabeledId
impl LabeledId
sourcepub fn new(prefix: &str) -> Result<Self, LabeledIdCreateError>
pub fn new(prefix: &str) -> Result<Self, LabeledIdCreateError>
Create a new labeled ID with the given prefix.
sourcepub fn new_with_ulid(
prefix: &str,
ulid: Ulid,
) -> Result<Self, LabeledIdCreateError>
pub fn new_with_ulid( prefix: &str, ulid: Ulid, ) -> Result<Self, LabeledIdCreateError>
Create a new labeled ID with the given prefix and ULID.
Trait Implementations§
source§impl<'de> Deserialize<'de> for LabeledId
impl<'de> Deserialize<'de> for LabeledId
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 LabeledId
impl Ord for LabeledId
source§impl PartialEq for LabeledId
impl PartialEq for LabeledId
source§impl PartialOrd for LabeledId
impl PartialOrd for LabeledId
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 moreimpl 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
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more