pub struct SiteDescription(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for SiteDescription
impl Clone for SiteDescription
Source§impl Debug for SiteDescription
impl Debug for SiteDescription
impl Eq for SiteDescription
Source§impl Ord for SiteDescription
impl Ord for SiteDescription
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for SiteDescription
impl PartialEq for SiteDescription
Source§impl PartialOrd for SiteDescription
impl PartialOrd for SiteDescription
Source§impl Serialize for SiteDescription
impl Serialize for SiteDescription
impl StructuralPartialEq for SiteDescription
Auto Trait Implementations§
impl Freeze for SiteDescription
impl RefUnwindSafe for SiteDescription
impl Send for SiteDescription
impl Sync for SiteDescription
impl Unpin for SiteDescription
impl UnsafeUnpin for SiteDescription
impl UnwindSafe for SiteDescription
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