pub struct IntegrationSelectPrompt {
pub key: String,
pub message: String,
pub options: Vec<ProviderAuthMethodPromptsItemSelectOptionsItem>,
pub type_: String,
pub when: Option<IntegrationWhen>,
}Fields§
§key: String§message: String§options: Vec<ProviderAuthMethodPromptsItemSelectOptionsItem>§type_: String§when: Option<IntegrationWhen>Trait Implementations§
Source§impl Clone for IntegrationSelectPrompt
impl Clone for IntegrationSelectPrompt
Source§fn clone(&self) -> IntegrationSelectPrompt
fn clone(&self) -> IntegrationSelectPrompt
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 Debug for IntegrationSelectPrompt
impl Debug for IntegrationSelectPrompt
Source§impl<'de> Deserialize<'de> for IntegrationSelectPrompt
impl<'de> Deserialize<'de> for IntegrationSelectPrompt
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 IntegrationSelectPrompt
impl PartialEq for IntegrationSelectPrompt
Source§impl Serialize for IntegrationSelectPrompt
impl Serialize for IntegrationSelectPrompt
impl StructuralPartialEq for IntegrationSelectPrompt
Auto Trait Implementations§
impl Freeze for IntegrationSelectPrompt
impl RefUnwindSafe for IntegrationSelectPrompt
impl Send for IntegrationSelectPrompt
impl Sync for IntegrationSelectPrompt
impl Unpin for IntegrationSelectPrompt
impl UnsafeUnpin for IntegrationSelectPrompt
impl UnwindSafe for IntegrationSelectPrompt
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