pub struct RepositoryContentSubdirectory(/* private fields */);Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RepositoryContentSubdirectory
impl<'de> Deserialize<'de> for RepositoryContentSubdirectory
Source§fn deserialize<DeserializerType>(
deserializer: DeserializerType,
) -> Result<Self, DeserializerType::Error>where
DeserializerType: Deserializer<'de>,
fn deserialize<DeserializerType>(
deserializer: DeserializerType,
) -> Result<Self, DeserializerType::Error>where
DeserializerType: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RepositoryContentSubdirectory
Source§impl Hash for RepositoryContentSubdirectory
impl Hash for RepositoryContentSubdirectory
Source§impl Ord for RepositoryContentSubdirectory
impl Ord for RepositoryContentSubdirectory
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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialOrd for RepositoryContentSubdirectory
impl PartialOrd for RepositoryContentSubdirectory
impl StructuralPartialEq for RepositoryContentSubdirectory
Auto Trait Implementations§
impl Freeze for RepositoryContentSubdirectory
impl RefUnwindSafe for RepositoryContentSubdirectory
impl Send for RepositoryContentSubdirectory
impl Sync for RepositoryContentSubdirectory
impl Unpin for RepositoryContentSubdirectory
impl UnsafeUnpin for RepositoryContentSubdirectory
impl UnwindSafe for RepositoryContentSubdirectory
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