pub struct RestoreMeta {
pub owner_uid: u32,
pub owner_gid: u32,
pub permissions: u32,
}Fields§
§owner_uid: u32§owner_gid: u32§permissions: u32Trait Implementations§
Source§impl Clone for RestoreMeta
impl Clone for RestoreMeta
Source§fn clone(&self) -> RestoreMeta
fn clone(&self) -> RestoreMeta
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 moreSource§impl Debug for RestoreMeta
impl Debug for RestoreMeta
Source§impl<'de> Deserialize<'de> for RestoreMeta
impl<'de> Deserialize<'de> for RestoreMeta
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RestoreMeta
impl PartialEq for RestoreMeta
Source§fn eq(&self, other: &RestoreMeta) -> bool
fn eq(&self, other: &RestoreMeta) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RestoreMeta
impl Serialize for RestoreMeta
impl StructuralPartialEq for RestoreMeta
Auto Trait Implementations§
impl Freeze for RestoreMeta
impl RefUnwindSafe for RestoreMeta
impl Send for RestoreMeta
impl Sync for RestoreMeta
impl Unpin for RestoreMeta
impl UnsafeUnpin for RestoreMeta
impl UnwindSafe for RestoreMeta
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