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