pub enum RsProviderEntryType {
Directory,
File,
Other,
}Variants§
Trait Implementations§
Source§impl Clone for RsProviderEntryType
impl Clone for RsProviderEntryType
Source§fn clone(&self) -> RsProviderEntryType
fn clone(&self) -> RsProviderEntryType
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 RsProviderEntryType
impl Debug for RsProviderEntryType
Source§impl Default for RsProviderEntryType
impl Default for RsProviderEntryType
Source§fn default() -> RsProviderEntryType
fn default() -> RsProviderEntryType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RsProviderEntryType
impl<'de> Deserialize<'de> for RsProviderEntryType
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 Display for RsProviderEntryType
impl Display for RsProviderEntryType
Source§impl FromStr for RsProviderEntryType
impl FromStr for RsProviderEntryType
Source§impl PartialEq for RsProviderEntryType
impl PartialEq for RsProviderEntryType
Source§impl Serialize for RsProviderEntryType
impl Serialize for RsProviderEntryType
Source§impl TryFrom<&str> for RsProviderEntryType
impl TryFrom<&str> for RsProviderEntryType
impl StructuralPartialEq for RsProviderEntryType
Auto Trait Implementations§
impl Freeze for RsProviderEntryType
impl RefUnwindSafe for RsProviderEntryType
impl Send for RsProviderEntryType
impl Sync for RsProviderEntryType
impl Unpin for RsProviderEntryType
impl UnwindSafe for RsProviderEntryType
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