pub struct PropertyMappingPreview {
pub preview: HashMap<String, Value>,
}
Expand description
PropertyMappingPreview : Preview how the current user is mapped via the property mappings selected in a provider
Fields§
§preview: HashMap<String, Value>
Implementations§
Trait Implementations§
Source§impl Clone for PropertyMappingPreview
impl Clone for PropertyMappingPreview
Source§fn clone(&self) -> PropertyMappingPreview
fn clone(&self) -> PropertyMappingPreview
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 PropertyMappingPreview
impl Debug for PropertyMappingPreview
Source§impl Default for PropertyMappingPreview
impl Default for PropertyMappingPreview
Source§fn default() -> PropertyMappingPreview
fn default() -> PropertyMappingPreview
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PropertyMappingPreview
impl<'de> Deserialize<'de> for PropertyMappingPreview
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 PropertyMappingPreview
impl PartialEq for PropertyMappingPreview
Source§impl Serialize for PropertyMappingPreview
impl Serialize for PropertyMappingPreview
impl StructuralPartialEq for PropertyMappingPreview
Auto Trait Implementations§
impl Freeze for PropertyMappingPreview
impl RefUnwindSafe for PropertyMappingPreview
impl Send for PropertyMappingPreview
impl Sync for PropertyMappingPreview
impl Unpin for PropertyMappingPreview
impl UnwindSafe for PropertyMappingPreview
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