pub struct PostDescription(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for PostDescription
impl Clone for PostDescription
Source§impl Debug for PostDescription
impl Debug for PostDescription
impl Eq for PostDescription
Source§impl Ord for PostDescription
impl Ord for PostDescription
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 PostDescription
impl PartialEq for PostDescription
Source§impl PartialOrd for PostDescription
impl PartialOrd for PostDescription
Source§impl Serialize for PostDescription
impl Serialize for PostDescription
impl StructuralPartialEq for PostDescription
Auto Trait Implementations§
impl Freeze for PostDescription
impl RefUnwindSafe for PostDescription
impl Send for PostDescription
impl Sync for PostDescription
impl Unpin for PostDescription
impl UnsafeUnpin for PostDescription
impl UnwindSafe for PostDescription
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