pub struct IdentityMappings {
pub mappings: Vec<IdentityMapping>,
}Fields§
§mappings: Vec<IdentityMapping>Implementations§
Trait Implementations§
Source§impl Clone for IdentityMappings
impl Clone for IdentityMappings
Source§fn clone(&self) -> IdentityMappings
fn clone(&self) -> IdentityMappings
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 Debug for IdentityMappings
impl Debug for IdentityMappings
Source§impl Default for IdentityMappings
impl Default for IdentityMappings
Source§fn default() -> IdentityMappings
fn default() -> IdentityMappings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IdentityMappings
impl<'de> Deserialize<'de> for IdentityMappings
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 IdentityMappings
impl PartialEq for IdentityMappings
Source§impl Serialize for IdentityMappings
impl Serialize for IdentityMappings
impl StructuralPartialEq for IdentityMappings
Auto Trait Implementations§
impl Freeze for IdentityMappings
impl RefUnwindSafe for IdentityMappings
impl Send for IdentityMappings
impl Sync for IdentityMappings
impl Unpin for IdentityMappings
impl UnwindSafe for IdentityMappings
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