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