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§fn titles<F>(self, f: F) -> HumanReadableInfo
fn titles<F>(self, f: F) -> HumanReadableInfo
Set the translations of the title Read more
Source§fn description(self, value: impl Into<String>) -> HumanReadableInfo
fn description(self, value: impl Into<String>) -> HumanReadableInfo
Set the description Read more
Source§fn descriptions<F>(self, f: F) -> HumanReadableInfo
fn descriptions<F>(self, f: F) -> HumanReadableInfo
Set the translations of the description Read more
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§const fn clone_from(&mut self, source: &Self)
const 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