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