pub struct TextBlobId(/* private fields */);Trait Implementations§
Source§impl Clone for TextBlobId
impl Clone for TextBlobId
Source§fn clone(&self) -> TextBlobId
fn clone(&self) -> TextBlobId
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TextBlobId
impl Debug for TextBlobId
Source§impl Default for TextBlobId
impl Default for TextBlobId
Source§fn default() -> TextBlobId
fn default() -> TextBlobId
Returns the “default value” for a type. Read more
Source§impl From<KeyData> for TextBlobId
impl From<KeyData> for TextBlobId
Source§impl Hash for TextBlobId
impl Hash for TextBlobId
Source§impl Key for TextBlobId
impl Key for TextBlobId
Source§fn null() -> Self
fn null() -> Self
Creates a new key that is always invalid and distinct from any non-null
key. A null key can only be created through this method (or default
initialization of keys made with
new_key_type!, which calls this
method). Read moreSource§impl Ord for TextBlobId
impl Ord for TextBlobId
Source§fn cmp(&self, other: &TextBlobId) -> Ordering
fn cmp(&self, other: &TextBlobId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TextBlobId
impl PartialEq for TextBlobId
Source§impl PartialOrd for TextBlobId
impl PartialOrd for TextBlobId
impl Copy for TextBlobId
impl Eq for TextBlobId
impl StructuralPartialEq for TextBlobId
Auto Trait Implementations§
impl Freeze for TextBlobId
impl RefUnwindSafe for TextBlobId
impl Send for TextBlobId
impl Sync for TextBlobId
impl Unpin for TextBlobId
impl UnsafeUnpin for TextBlobId
impl UnwindSafe for TextBlobId
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