pub struct BriefSummary(/* private fields */);Implementations§
Source§impl BriefSummary
impl BriefSummary
Source§impl BriefSummary
impl BriefSummary
pub fn into_inner(self) -> String
Trait Implementations§
Source§impl Clone for BriefSummary
impl Clone for BriefSummary
Source§fn clone(&self) -> BriefSummary
fn clone(&self) -> BriefSummary
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 BriefSummary
impl Debug for BriefSummary
Source§impl<'de> Deserialize<'de> for BriefSummary
impl<'de> Deserialize<'de> for BriefSummary
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for BriefSummary
impl Hash for BriefSummary
Source§impl Ord for BriefSummary
impl Ord for BriefSummary
Source§fn cmp(&self, other: &BriefSummary) -> Ordering
fn cmp(&self, other: &BriefSummary) -> 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 BriefSummary
impl PartialEq for BriefSummary
Source§impl PartialOrd for BriefSummary
impl PartialOrd for BriefSummary
Source§impl Serialize for BriefSummary
impl Serialize for BriefSummary
impl Eq for BriefSummary
impl StructuralPartialEq for BriefSummary
Auto Trait Implementations§
impl Freeze for BriefSummary
impl RefUnwindSafe for BriefSummary
impl Send for BriefSummary
impl Sync for BriefSummary
impl Unpin for BriefSummary
impl UnsafeUnpin for BriefSummary
impl UnwindSafe for BriefSummary
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