pub enum FileChangeModeLinks {
Follow,
Suppress,
}Available on crate feature
files only.Variants§
Trait Implementations§
Source§impl Clone for FileChangeModeLinks
impl Clone for FileChangeModeLinks
Source§fn clone(&self) -> FileChangeModeLinks
fn clone(&self) -> FileChangeModeLinks
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FileChangeModeLinks
impl Debug for FileChangeModeLinks
Source§impl<'de> Deserialize<'de> for FileChangeModeLinks
impl<'de> Deserialize<'de> for FileChangeModeLinks
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 FileChangeModeLinks
impl Hash for FileChangeModeLinks
Source§impl Ord for FileChangeModeLinks
impl Ord for FileChangeModeLinks
Source§fn cmp(&self, other: &FileChangeModeLinks) -> Ordering
fn cmp(&self, other: &FileChangeModeLinks) -> 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 FileChangeModeLinks
impl PartialEq for FileChangeModeLinks
Source§impl PartialOrd for FileChangeModeLinks
impl PartialOrd for FileChangeModeLinks
Source§impl Serialize for FileChangeModeLinks
impl Serialize for FileChangeModeLinks
impl Copy for FileChangeModeLinks
impl Eq for FileChangeModeLinks
impl StructuralPartialEq for FileChangeModeLinks
Auto Trait Implementations§
impl Freeze for FileChangeModeLinks
impl RefUnwindSafe for FileChangeModeLinks
impl Send for FileChangeModeLinks
impl Sync for FileChangeModeLinks
impl Unpin for FileChangeModeLinks
impl UnwindSafe for FileChangeModeLinks
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