pub struct MutableNodeAttributes {
    pub creation_time: Option<u64>,
    pub modification_time: Option<u64>,
    pub mode: Option<u32>,
    pub uid: Option<u32>,
    pub gid: Option<u32>,
    pub rdev: Option<u64>,
    pub access_time: Option<u64>,
    pub casefold: Option<bool>,
    pub selinux_context: Option<SelinuxContext>,
    pub wrapping_key_id: Option<[u8; 16]>,
}Fields§
§creation_time: Option<u64>§modification_time: Option<u64>§mode: Option<u32>§uid: Option<u32>§gid: Option<u32>§rdev: Option<u64>§access_time: Option<u64>§casefold: Option<bool>§selinux_context: Option<SelinuxContext>§wrapping_key_id: Option<[u8; 16]>Trait Implementations§
Source§impl Clone for MutableNodeAttributes
 
impl Clone for MutableNodeAttributes
Source§fn clone(&self) -> MutableNodeAttributes
 
fn clone(&self) -> MutableNodeAttributes
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 moreSource§impl CompatFrom<MutableNodeAttributes> for MutableNodeAttributes
 
impl CompatFrom<MutableNodeAttributes> for MutableNodeAttributes
Source§fn compat_from(value: MutableNodeAttributes) -> MutableNodeAttributes
 
fn compat_from(value: MutableNodeAttributes) -> MutableNodeAttributes
Converts 
value into a value of this type.Source§impl Debug for MutableNodeAttributes
 
impl Debug for MutableNodeAttributes
Source§impl Default for MutableNodeAttributes
 
impl Default for MutableNodeAttributes
Source§fn default() -> MutableNodeAttributes
 
fn default() -> MutableNodeAttributes
Returns the “default value” for a type. Read more
Source§impl<'a, ___E> Encode<MutableNodeAttributes<'static>, ___E> for &'a MutableNodeAttributeswhere
    ___E: Encoder + ?Sized,
 
impl<'a, ___E> Encode<MutableNodeAttributes<'static>, ___E> for &'a MutableNodeAttributeswhere
    ___E: Encoder + ?Sized,
Source§fn encode(
    self,
    encoder: &mut ___E,
    out: &mut MaybeUninit<MutableNodeAttributes<'static>>,
    _: (),
) -> Result<(), EncodeError>
 
fn encode( self, encoder: &mut ___E, out: &mut MaybeUninit<MutableNodeAttributes<'static>>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
 
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl<___E> Encode<MutableNodeAttributes<'static>, ___E> for MutableNodeAttributeswhere
    ___E: Encoder + ?Sized,
 
impl<___E> Encode<MutableNodeAttributes<'static>, ___E> for MutableNodeAttributeswhere
    ___E: Encoder + ?Sized,
Source§fn encode(
    self,
    encoder: &mut ___E,
    out: &mut MaybeUninit<MutableNodeAttributes<'static>>,
    _: (),
) -> Result<(), EncodeError>
 
fn encode( self, encoder: &mut ___E, out: &mut MaybeUninit<MutableNodeAttributes<'static>>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
 
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl<'de> FromWire<MutableNodeAttributes<'de>> for MutableNodeAttributes
 
impl<'de> FromWire<MutableNodeAttributes<'de>> for MutableNodeAttributes
Source§fn from_wire(wire_: MutableNodeAttributes<'de>) -> MutableNodeAttributes
 
fn from_wire(wire_: MutableNodeAttributes<'de>) -> MutableNodeAttributes
Converts the given 
wire to this type.§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
 
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl<'de> FromWireRef<MutableNodeAttributes<'de>> for MutableNodeAttributes
 
impl<'de> FromWireRef<MutableNodeAttributes<'de>> for MutableNodeAttributes
Source§fn from_wire_ref(wire: &MutableNodeAttributes<'de>) -> MutableNodeAttributes
 
fn from_wire_ref(wire: &MutableNodeAttributes<'de>) -> MutableNodeAttributes
Converts the given 
wire reference to this type.Source§impl PartialEq for MutableNodeAttributes
 
impl PartialEq for MutableNodeAttributes
impl StructuralPartialEq for MutableNodeAttributes
Auto Trait Implementations§
impl Freeze for MutableNodeAttributes
impl RefUnwindSafe for MutableNodeAttributes
impl Send for MutableNodeAttributes
impl Sync for MutableNodeAttributes
impl Unpin for MutableNodeAttributes
impl UnwindSafe for MutableNodeAttributes
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, D> Encode<Ambiguous1, D> for Twhere
    D: ResourceDialect,
 
impl<T, D> Encode<Ambiguous1, D> for Twhere
    D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
    D: ResourceDialect,
 
impl<T, D> Encode<Ambiguous2, D> for Twhere
    D: ResourceDialect,
§impl<T, W> FromWireOption<WireBox<'_, W>> for Twhere
    T: FromWire<W>,
 
impl<T, W> FromWireOption<WireBox<'_, W>> for Twhere
    T: FromWire<W>,
§fn from_wire_option(wire: WireBox<'_, W>) -> Option<T>
 
fn from_wire_option(wire: WireBox<'_, W>) -> Option<T>
Converts the given 
wire to an option of this type.§impl<T, W> FromWireOptionRef<WireBox<'_, W>> for Twhere
    T: FromWireRef<W>,
 
impl<T, W> FromWireOptionRef<WireBox<'_, W>> for Twhere
    T: FromWireRef<W>,
§fn from_wire_option_ref(wire: &WireBox<'_, W>) -> Option<T>
 
fn from_wire_option_ref(wire: &WireBox<'_, W>) -> Option<T>
Converts the given 
wire reference to an option of this type.§impl<T> InstanceFromServiceTransport<T> for T
 
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
 
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type 
T to [Self]