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