pub struct DocblockSummary(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for DocblockSummary
impl Clone for DocblockSummary
Source§fn clone(&self) -> DocblockSummary
fn clone(&self) -> DocblockSummary
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DocblockSummary
impl Debug for DocblockSummary
Source§impl Display for DocblockSummary
impl Display for DocblockSummary
Source§impl FromStr for DocblockSummary
impl FromStr for DocblockSummary
Source§impl Hash for DocblockSummary
impl Hash for DocblockSummary
Source§impl Ord for DocblockSummary
impl Ord for DocblockSummary
Source§fn cmp(&self, other: &DocblockSummary) -> Ordering
fn cmp(&self, other: &DocblockSummary) -> Ordering
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 PartialEq for DocblockSummary
impl PartialEq for DocblockSummary
Source§fn eq(&self, other: &DocblockSummary) -> bool
fn eq(&self, other: &DocblockSummary) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for DocblockSummary
impl PartialOrd for DocblockSummary
impl Eq for DocblockSummary
impl StructuralPartialEq for DocblockSummary
Auto Trait Implementations§
impl Freeze for DocblockSummary
impl RefUnwindSafe for DocblockSummary
impl Send for DocblockSummary
impl Sync for DocblockSummary
impl Unpin for DocblockSummary
impl UnsafeUnpin for DocblockSummary
impl UnwindSafe for DocblockSummary
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