Enum uu_tail::args::FollowMode
source · pub enum FollowMode {
Descriptor,
Name,
}Variants§
Trait Implementations§
source§impl Clone for FollowMode
impl Clone for FollowMode
source§fn clone(&self) -> FollowMode
fn clone(&self) -> FollowMode
Returns a copy 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 FollowMode
impl Debug for FollowMode
source§impl PartialEq<FollowMode> for FollowMode
impl PartialEq<FollowMode> for FollowMode
source§fn eq(&self, other: &FollowMode) -> bool
fn eq(&self, other: &FollowMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for FollowMode
impl Eq for FollowMode
impl StructuralEq for FollowMode
impl StructuralPartialEq for FollowMode
Auto Trait Implementations§
impl RefUnwindSafe for FollowMode
impl Send for FollowMode
impl Sync for FollowMode
impl Unpin for FollowMode
impl UnwindSafe for FollowMode
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