pub struct ProviderAuthMethodPromptsItemTextWhen {
pub key: String,
pub op: String,
pub value: String,
}Fields§
§key: String§op: String§value: StringTrait Implementations§
Source§impl Clone for ProviderAuthMethodPromptsItemTextWhen
impl Clone for ProviderAuthMethodPromptsItemTextWhen
Source§fn clone(&self) -> ProviderAuthMethodPromptsItemTextWhen
fn clone(&self) -> ProviderAuthMethodPromptsItemTextWhen
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for ProviderAuthMethodPromptsItemTextWhen
impl<'de> Deserialize<'de> for ProviderAuthMethodPromptsItemTextWhen
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
impl StructuralPartialEq for ProviderAuthMethodPromptsItemTextWhen
Auto Trait Implementations§
impl Freeze for ProviderAuthMethodPromptsItemTextWhen
impl RefUnwindSafe for ProviderAuthMethodPromptsItemTextWhen
impl Send for ProviderAuthMethodPromptsItemTextWhen
impl Sync for ProviderAuthMethodPromptsItemTextWhen
impl Unpin for ProviderAuthMethodPromptsItemTextWhen
impl UnsafeUnpin for ProviderAuthMethodPromptsItemTextWhen
impl UnwindSafe for ProviderAuthMethodPromptsItemTextWhen
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