Struct podman_rest_client::models::IdMappings
source · pub struct IdMappings {
pub gidmap: Option<Vec<IdMap>>,
pub uidmap: Option<Vec<IdMap>>,
}
Expand description
IdMappings : IDMappings describe the GID and UID mappings
Fields§
§gidmap: Option<Vec<IdMap>>
§uidmap: Option<Vec<IdMap>>
Implementations§
source§impl IdMappings
impl IdMappings
sourcepub fn new() -> IdMappings
pub fn new() -> IdMappings
IDMappings describe the GID and UID mappings
Trait Implementations§
source§impl Clone for IdMappings
impl Clone for IdMappings
source§fn clone(&self) -> IdMappings
fn clone(&self) -> IdMappings
Returns a copy 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 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<IdMappings, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<IdMappings, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for IdMappings
impl PartialEq for IdMappings
source§fn eq(&self, other: &IdMappings) -> bool
fn eq(&self, other: &IdMappings) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for IdMappings
impl Serialize for IdMappings
source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for IdMappings
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)