pub enum UpdateFlowConversationError {
UnknownValue(Value),
}Expand description
struct for typed errors of method update_flow_conversation
Variants§
Trait Implementations§
Source§impl Clone for UpdateFlowConversationError
impl Clone for UpdateFlowConversationError
Source§impl Debug for UpdateFlowConversationError
impl Debug for UpdateFlowConversationError
Source§impl<'de> Deserialize<'de> for UpdateFlowConversationError
impl<'de> Deserialize<'de> for UpdateFlowConversationError
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 UpdateFlowConversationError
impl RefUnwindSafe for UpdateFlowConversationError
impl Send for UpdateFlowConversationError
impl Sync for UpdateFlowConversationError
impl Unpin for UpdateFlowConversationError
impl UnsafeUnpin for UpdateFlowConversationError
impl UnwindSafe for UpdateFlowConversationError
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