pub struct ContainerStatOpts {
pub do_not_follow_symlinks: Option<bool>,
}Fields§
§do_not_follow_symlinks: Option<bool>If specified, do not follow symlinks.
Trait Implementations§
Source§impl Debug for ContainerStatOpts
impl Debug for ContainerStatOpts
Source§impl PartialEq for ContainerStatOpts
impl PartialEq for ContainerStatOpts
impl StructuralPartialEq for ContainerStatOpts
Auto Trait Implementations§
impl Freeze for ContainerStatOpts
impl RefUnwindSafe for ContainerStatOpts
impl Send for ContainerStatOpts
impl Sync for ContainerStatOpts
impl Unpin for ContainerStatOpts
impl UnsafeUnpin for ContainerStatOpts
impl UnwindSafe for ContainerStatOpts
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