pub struct SupportedPathconf {
pub values: Pathconf,
pub available: PathconfSupport,
pub fsid: Option<(u64, u64)>,
}Expand description
PATHCONF values plus explicit availability for optional NFSv4 attributes.
When an availability field is false, the corresponding value is a conservative compatibility default and must not be interpreted as a server-reported value.
Fields§
§values: Pathconf§available: PathconfSupport§fsid: Option<(u64, u64)>NFSv4 filesystem identifier that scopes supported_attrs.
Trait Implementations§
Source§impl Debug for SupportedPathconf
impl Debug for SupportedPathconf
Source§impl Default for SupportedPathconf
impl Default for SupportedPathconf
Source§fn default() -> SupportedPathconf
fn default() -> SupportedPathconf
Returns the “default value” for a type. Read more
Source§impl PartialEq for SupportedPathconf
impl PartialEq for SupportedPathconf
impl StructuralPartialEq for SupportedPathconf
Auto Trait Implementations§
impl !Freeze for SupportedPathconf
impl RefUnwindSafe for SupportedPathconf
impl Send for SupportedPathconf
impl Sync for SupportedPathconf
impl Unpin for SupportedPathconf
impl UnsafeUnpin for SupportedPathconf
impl UnwindSafe for SupportedPathconf
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