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