pub enum PearRepositoryType {
Pear,
}Variants§
Pear
Trait Implementations§
Source§impl Clone for PearRepositoryType
impl Clone for PearRepositoryType
Source§fn clone(&self) -> PearRepositoryType
fn clone(&self) -> PearRepositoryType
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 PearRepositoryType
impl Debug for PearRepositoryType
Source§impl<'de> Deserialize<'de> for PearRepositoryType
impl<'de> Deserialize<'de> for PearRepositoryType
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 PearRepositoryType
impl Hash for PearRepositoryType
Source§impl Ord for PearRepositoryType
impl Ord for PearRepositoryType
Source§fn cmp(&self, other: &PearRepositoryType) -> Ordering
fn cmp(&self, other: &PearRepositoryType) -> 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 PearRepositoryType
impl PartialEq for PearRepositoryType
Source§impl PartialOrd for PearRepositoryType
impl PartialOrd for PearRepositoryType
Source§impl Serialize for PearRepositoryType
impl Serialize for PearRepositoryType
impl Copy for PearRepositoryType
impl Eq for PearRepositoryType
impl StructuralPartialEq for PearRepositoryType
Auto Trait Implementations§
impl Freeze for PearRepositoryType
impl RefUnwindSafe for PearRepositoryType
impl Send for PearRepositoryType
impl Sync for PearRepositoryType
impl Unpin for PearRepositoryType
impl UnsafeUnpin for PearRepositoryType
impl UnwindSafe for PearRepositoryType
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