Struct fs2::RemoveOptions
source · pub struct RemoveOptions {
pub recursive: bool,
pub ignore_if_not_exists: bool,
}
Fields§
§recursive: bool
§ignore_if_not_exists: bool
Trait Implementations§
source§impl Clone for RemoveOptions
impl Clone for RemoveOptions
source§fn clone(&self) -> RemoveOptions
fn clone(&self) -> RemoveOptions
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 Default for RemoveOptions
impl Default for RemoveOptions
source§fn default() -> RemoveOptions
fn default() -> RemoveOptions
Returns the “default value” for a type. Read more
impl Copy for RemoveOptions
Auto Trait Implementations§
impl RefUnwindSafe for RemoveOptions
impl Send for RemoveOptions
impl Sync for RemoveOptions
impl Unpin for RemoveOptions
impl UnwindSafe for RemoveOptions
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