pub struct GoPackageDocName(/* private fields */);Expand description
Go package documentation name metadata.
Implementations§
Trait Implementations§
Source§impl Clone for GoPackageDocName
impl Clone for GoPackageDocName
Source§fn clone(&self) -> GoPackageDocName
fn clone(&self) -> GoPackageDocName
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 GoPackageDocName
impl Debug for GoPackageDocName
Source§impl Display for GoPackageDocName
impl Display for GoPackageDocName
Source§impl FromStr for GoPackageDocName
impl FromStr for GoPackageDocName
Source§impl Hash for GoPackageDocName
impl Hash for GoPackageDocName
Source§impl Ord for GoPackageDocName
impl Ord for GoPackageDocName
Source§fn cmp(&self, other: &GoPackageDocName) -> Ordering
fn cmp(&self, other: &GoPackageDocName) -> 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 GoPackageDocName
impl PartialEq for GoPackageDocName
Source§fn eq(&self, other: &GoPackageDocName) -> bool
fn eq(&self, other: &GoPackageDocName) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for GoPackageDocName
impl PartialOrd for GoPackageDocName
impl Eq for GoPackageDocName
impl StructuralPartialEq for GoPackageDocName
Auto Trait Implementations§
impl Freeze for GoPackageDocName
impl RefUnwindSafe for GoPackageDocName
impl Send for GoPackageDocName
impl Sync for GoPackageDocName
impl Unpin for GoPackageDocName
impl UnsafeUnpin for GoPackageDocName
impl UnwindSafe for GoPackageDocName
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