pub struct ExistsOptions {
pub base_dir: Option<PathBuf>,
}Fields§
§base_dir: Option<PathBuf>Trait Implementations§
Source§impl Clone for ExistsOptions
impl Clone for ExistsOptions
Source§fn clone(&self) -> ExistsOptions
fn clone(&self) -> ExistsOptions
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 moreAuto Trait Implementations§
impl Freeze for ExistsOptions
impl RefUnwindSafe for ExistsOptions
impl Send for ExistsOptions
impl Sync for ExistsOptions
impl Unpin for ExistsOptions
impl UnwindSafe for ExistsOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> StorageAccess<T> for T
impl<T> StorageAccess<T> for T
Source§fn as_borrowed(&self) -> &T
fn as_borrowed(&self) -> &T
Borrows the value.
Source§fn into_taken(self) -> T
fn into_taken(self) -> T
Takes the value.