pub struct ProviderAuthMethodPromptsItemSelectOptionsItem {
pub hint: Option<String>,
pub label: String,
pub value: String,
}Fields§
§hint: Option<String>§label: String§value: StringTrait Implementations§
Source§impl Clone for ProviderAuthMethodPromptsItemSelectOptionsItem
impl Clone for ProviderAuthMethodPromptsItemSelectOptionsItem
Source§fn clone(&self) -> ProviderAuthMethodPromptsItemSelectOptionsItem
fn clone(&self) -> ProviderAuthMethodPromptsItemSelectOptionsItem
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 ProviderAuthMethodPromptsItemSelectOptionsItem
impl<'de> Deserialize<'de> for ProviderAuthMethodPromptsItemSelectOptionsItem
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 ProviderAuthMethodPromptsItemSelectOptionsItem
Auto Trait Implementations§
impl Freeze for ProviderAuthMethodPromptsItemSelectOptionsItem
impl RefUnwindSafe for ProviderAuthMethodPromptsItemSelectOptionsItem
impl Send for ProviderAuthMethodPromptsItemSelectOptionsItem
impl Sync for ProviderAuthMethodPromptsItemSelectOptionsItem
impl Unpin for ProviderAuthMethodPromptsItemSelectOptionsItem
impl UnsafeUnpin for ProviderAuthMethodPromptsItemSelectOptionsItem
impl UnwindSafe for ProviderAuthMethodPromptsItemSelectOptionsItem
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