pub struct IdMappings {
pub gidmap: Option<Vec<IdMap>>,
pub uidmap: Option<Vec<IdMap>>,
}
Available on crate feature
v5
only.Expand description
IDMappings describe the GID and UID mappings
Fields§
§gidmap: Option<Vec<IdMap>>
§uidmap: Option<Vec<IdMap>>
Trait Implementations§
Source§impl Debug for IdMappings
impl Debug for IdMappings
Source§impl Default for IdMappings
impl Default for IdMappings
Source§fn default() -> IdMappings
fn default() -> IdMappings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IdMappings
impl<'de> Deserialize<'de> for IdMappings
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
Auto Trait Implementations§
impl Freeze for IdMappings
impl RefUnwindSafe for IdMappings
impl Send for IdMappings
impl Sync for IdMappings
impl Unpin for IdMappings
impl UnwindSafe for IdMappings
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