pub struct HumanReadableInfo { /* private fields */ }Expand description
Human readable informations and semantic tagging
Trait Implementations§
Source§impl BuildableHumanReadableInfo for HumanReadableInfo
impl BuildableHumanReadableInfo for HumanReadableInfo
Source§impl Clone for HumanReadableInfo
impl Clone for HumanReadableInfo
Source§fn clone(&self) -> HumanReadableInfo
fn clone(&self) -> HumanReadableInfo
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 HumanReadableInfo
impl Debug for HumanReadableInfo
Source§impl Default for HumanReadableInfo
impl Default for HumanReadableInfo
Source§fn default() -> HumanReadableInfo
fn default() -> HumanReadableInfo
Returns the “default value” for a type. Read more
Source§impl PartialEq for HumanReadableInfo
impl PartialEq for HumanReadableInfo
impl Eq for HumanReadableInfo
impl StructuralPartialEq for HumanReadableInfo
Auto Trait Implementations§
impl Freeze for HumanReadableInfo
impl RefUnwindSafe for HumanReadableInfo
impl Send for HumanReadableInfo
impl Sync for HumanReadableInfo
impl Unpin for HumanReadableInfo
impl UnwindSafe for HumanReadableInfo
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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.