pub struct InputDescriptorMappingObject {
pub id: String,
pub format: ClaimFormatDesignation,
pub path: String,
pub path_nested: Option<PathNested>,
}Fields§
§id: String§format: ClaimFormatDesignation§path: String§path_nested: Option<PathNested>Trait Implementations§
Source§impl Clone for InputDescriptorMappingObject
impl Clone for InputDescriptorMappingObject
Source§fn clone(&self) -> InputDescriptorMappingObject
fn clone(&self) -> InputDescriptorMappingObject
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 InputDescriptorMappingObject
impl Debug for InputDescriptorMappingObject
Source§impl<'de> Deserialize<'de> for InputDescriptorMappingObject
impl<'de> Deserialize<'de> for InputDescriptorMappingObject
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 InputDescriptorMappingObject
impl PartialEq for InputDescriptorMappingObject
Source§fn eq(&self, other: &InputDescriptorMappingObject) -> bool
fn eq(&self, other: &InputDescriptorMappingObject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InputDescriptorMappingObject
Auto Trait Implementations§
impl Freeze for InputDescriptorMappingObject
impl RefUnwindSafe for InputDescriptorMappingObject
impl Send for InputDescriptorMappingObject
impl Sync for InputDescriptorMappingObject
impl Unpin for InputDescriptorMappingObject
impl UnwindSafe for InputDescriptorMappingObject
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