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