pub struct ContentInfo { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for ContentInfo
impl Clone for ContentInfo
Source§fn clone(&self) -> ContentInfo
fn clone(&self) -> ContentInfo
Returns a copy 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 Default for ContentInfo
impl Default for ContentInfo
Source§fn default() -> ContentInfo
fn default() -> ContentInfo
Returns the “default value” for a type. Read more
Source§impl Ord for ContentInfo
impl Ord for ContentInfo
Source§fn cmp(&self, other: &ContentInfo) -> Ordering
fn cmp(&self, other: &ContentInfo) -> 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 ContentInfo
impl PartialEq for ContentInfo
Source§impl PartialOrd for ContentInfo
impl PartialOrd for ContentInfo
impl Eq for ContentInfo
impl StructuralPartialEq for ContentInfo
Auto Trait Implementations§
impl Freeze for ContentInfo
impl RefUnwindSafe for ContentInfo
impl Send for ContentInfo
impl Sync for ContentInfo
impl Unpin for ContentInfo
impl UnwindSafe for ContentInfo
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