pub struct WhatsAppFlowStruct { /* private fields */ }
Trait Implementations§
Source§impl Debug for WhatsAppFlowStruct
impl Debug for WhatsAppFlowStruct
Source§impl<'de> Deserialize<'de> for WhatsAppFlowStruct
impl<'de> Deserialize<'de> for WhatsAppFlowStruct
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
Auto Trait Implementations§
impl Freeze for WhatsAppFlowStruct
impl RefUnwindSafe for WhatsAppFlowStruct
impl Send for WhatsAppFlowStruct
impl Sync for WhatsAppFlowStruct
impl Unpin for WhatsAppFlowStruct
impl UnwindSafe for WhatsAppFlowStruct
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