pub enum ComposerRepositoryType {
Composer,
}Variants§
Composer
Trait Implementations§
Source§impl Clone for ComposerRepositoryType
impl Clone for ComposerRepositoryType
Source§fn clone(&self) -> ComposerRepositoryType
fn clone(&self) -> ComposerRepositoryType
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 ComposerRepositoryType
impl Debug for ComposerRepositoryType
Source§impl<'de> Deserialize<'de> for ComposerRepositoryType
impl<'de> Deserialize<'de> for ComposerRepositoryType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for ComposerRepositoryType
impl Hash for ComposerRepositoryType
Source§impl Ord for ComposerRepositoryType
impl Ord for ComposerRepositoryType
Source§fn cmp(&self, other: &ComposerRepositoryType) -> Ordering
fn cmp(&self, other: &ComposerRepositoryType) -> 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 ComposerRepositoryType
impl PartialEq for ComposerRepositoryType
Source§impl PartialOrd for ComposerRepositoryType
impl PartialOrd for ComposerRepositoryType
Source§impl Serialize for ComposerRepositoryType
impl Serialize for ComposerRepositoryType
impl Copy for ComposerRepositoryType
impl Eq for ComposerRepositoryType
impl StructuralPartialEq for ComposerRepositoryType
Auto Trait Implementations§
impl Freeze for ComposerRepositoryType
impl RefUnwindSafe for ComposerRepositoryType
impl Send for ComposerRepositoryType
impl Sync for ComposerRepositoryType
impl Unpin for ComposerRepositoryType
impl UnsafeUnpin for ComposerRepositoryType
impl UnwindSafe for ComposerRepositoryType
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