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