pub struct UpdateResponse {
pub ok: bool,
pub error: Option<String>,
pub response_metadata: Option<ResponseMetadata>,
pub channel: Option<String>,
pub ts: Option<String>,
pub text: Option<String>,
pub message: Option<Message>,
}Fields§
§ok: bool§error: Option<String>§response_metadata: Option<ResponseMetadata>§channel: Option<String>§ts: Option<String>§text: Option<String>§message: Option<Message>Trait Implementations§
Source§impl Debug for UpdateResponse
impl Debug for UpdateResponse
Source§impl Default for UpdateResponse
impl Default for UpdateResponse
Source§fn default() -> UpdateResponse
fn default() -> UpdateResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateResponse
impl<'de> Deserialize<'de> for UpdateResponse
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 UpdateResponse
impl PartialEq for UpdateResponse
Source§impl Serialize for UpdateResponse
impl Serialize for UpdateResponse
impl StructuralPartialEq for UpdateResponse
Auto Trait Implementations§
impl Freeze for UpdateResponse
impl RefUnwindSafe for UpdateResponse
impl Send for UpdateResponse
impl Sync for UpdateResponse
impl Unpin for UpdateResponse
impl UnwindSafe for UpdateResponse
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