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