pub struct PathconfSupport {
pub linkmax: bool,
pub name_max: bool,
pub no_trunc: bool,
pub chown_restricted: bool,
pub case_insensitive: bool,
pub case_preserving: bool,
}Expand description
Availability of the optional NFSv4 attributes represented by Pathconf.
Fields§
§linkmax: bool§name_max: bool§no_trunc: bool§chown_restricted: bool§case_insensitive: bool§case_preserving: boolImplementations§
Trait Implementations§
Source§impl Clone for PathconfSupport
impl Clone for PathconfSupport
Source§fn clone(&self) -> PathconfSupport
fn clone(&self) -> PathconfSupport
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PathconfSupport
Source§impl Debug for PathconfSupport
impl Debug for PathconfSupport
Source§impl Default for PathconfSupport
impl Default for PathconfSupport
Source§fn default() -> PathconfSupport
fn default() -> PathconfSupport
Returns the “default value” for a type. Read more
impl Eq for PathconfSupport
Source§impl PartialEq for PathconfSupport
impl PartialEq for PathconfSupport
impl StructuralPartialEq for PathconfSupport
Auto Trait Implementations§
impl Freeze for PathconfSupport
impl RefUnwindSafe for PathconfSupport
impl Send for PathconfSupport
impl Sync for PathconfSupport
impl Unpin for PathconfSupport
impl UnsafeUnpin for PathconfSupport
impl UnwindSafe for PathconfSupport
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