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