pub struct IdentityWithCredentialsPassword {
pub config: Option<Box<IdentityWithCredentialsPasswordConfig>>,
}Expand description
IdentityWithCredentialsPassword : Create Identity and Import Password Credentials
Fields§
§config: Option<Box<IdentityWithCredentialsPasswordConfig>>Implementations§
Source§impl IdentityWithCredentialsPassword
impl IdentityWithCredentialsPassword
Sourcepub fn new() -> IdentityWithCredentialsPassword
pub fn new() -> IdentityWithCredentialsPassword
Create Identity and Import Password Credentials
Trait Implementations§
Source§impl Clone for IdentityWithCredentialsPassword
impl Clone for IdentityWithCredentialsPassword
Source§fn clone(&self) -> IdentityWithCredentialsPassword
fn clone(&self) -> IdentityWithCredentialsPassword
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 Default for IdentityWithCredentialsPassword
impl Default for IdentityWithCredentialsPassword
Source§fn default() -> IdentityWithCredentialsPassword
fn default() -> IdentityWithCredentialsPassword
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IdentityWithCredentialsPassword
impl<'de> Deserialize<'de> for IdentityWithCredentialsPassword
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 IdentityWithCredentialsPassword
impl PartialEq for IdentityWithCredentialsPassword
Source§fn eq(&self, other: &IdentityWithCredentialsPassword) -> bool
fn eq(&self, other: &IdentityWithCredentialsPassword) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for IdentityWithCredentialsPassword
Auto Trait Implementations§
impl Freeze for IdentityWithCredentialsPassword
impl RefUnwindSafe for IdentityWithCredentialsPassword
impl Send for IdentityWithCredentialsPassword
impl Sync for IdentityWithCredentialsPassword
impl Unpin for IdentityWithCredentialsPassword
impl UnwindSafe for IdentityWithCredentialsPassword
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