pub struct PackagistVendorName(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for PackagistVendorName
impl Clone for PackagistVendorName
Source§fn clone(&self) -> PackagistVendorName
fn clone(&self) -> PackagistVendorName
Returns a duplicate of the value. Read more
1.0.0 · 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 PackagistVendorName
impl Debug for PackagistVendorName
Source§impl Display for PackagistVendorName
impl Display for PackagistVendorName
Source§impl Hash for PackagistVendorName
impl Hash for PackagistVendorName
Source§impl Ord for PackagistVendorName
impl Ord for PackagistVendorName
Source§fn cmp(&self, other: &PackagistVendorName) -> Ordering
fn cmp(&self, other: &PackagistVendorName) -> Ordering
1.21.0 · 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 PackagistVendorName
impl PartialEq for PackagistVendorName
Source§impl PartialOrd for PackagistVendorName
impl PartialOrd for PackagistVendorName
impl Eq for PackagistVendorName
impl StructuralPartialEq for PackagistVendorName
Auto Trait Implementations§
impl Freeze for PackagistVendorName
impl RefUnwindSafe for PackagistVendorName
impl Send for PackagistVendorName
impl Sync for PackagistVendorName
impl Unpin for PackagistVendorName
impl UnsafeUnpin for PackagistVendorName
impl UnwindSafe for PackagistVendorName
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