pub enum ResourceForkDetectionStrategy {
All,
None,
HiddenDirectory,
NamedFork,
Suffix,
}Variants§
Trait Implementations§
Source§impl Clone for ResourceForkDetectionStrategy
impl Clone for ResourceForkDetectionStrategy
Source§fn clone(&self) -> ResourceForkDetectionStrategy
fn clone(&self) -> ResourceForkDetectionStrategy
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 Default for ResourceForkDetectionStrategy
impl Default for ResourceForkDetectionStrategy
Source§fn default() -> ResourceForkDetectionStrategy
fn default() -> ResourceForkDetectionStrategy
Returns the “default value” for a type. Read more
impl Copy for ResourceForkDetectionStrategy
Auto Trait Implementations§
impl Freeze for ResourceForkDetectionStrategy
impl RefUnwindSafe for ResourceForkDetectionStrategy
impl Send for ResourceForkDetectionStrategy
impl Sync for ResourceForkDetectionStrategy
impl Unpin for ResourceForkDetectionStrategy
impl UnwindSafe for ResourceForkDetectionStrategy
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