pub struct IsFileOptArgs {
pub followsymlinks: Option<bool>,
}Fields§
§followsymlinks: Option<bool>Trait Implementations§
Source§impl Default for IsFileOptArgs
impl Default for IsFileOptArgs
Source§fn default() -> IsFileOptArgs
fn default() -> IsFileOptArgs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for IsFileOptArgs
impl RefUnwindSafe for IsFileOptArgs
impl Send for IsFileOptArgs
impl Sync for IsFileOptArgs
impl Unpin for IsFileOptArgs
impl UnwindSafe for IsFileOptArgs
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