pub struct LineApiWebhookTestResponse {
pub success: bool,
pub timestamp: String,
pub status_code: u32,
pub reason: String,
pub detail: String,
}
Fields§
§success: bool
§timestamp: String
§status_code: u32
§reason: String
§detail: String
Trait Implementations§
Source§impl Clone for LineApiWebhookTestResponse
impl Clone for LineApiWebhookTestResponse
Source§fn clone(&self) -> LineApiWebhookTestResponse
fn clone(&self) -> LineApiWebhookTestResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LineApiWebhookTestResponse
impl Debug for LineApiWebhookTestResponse
Source§impl Default for LineApiWebhookTestResponse
impl Default for LineApiWebhookTestResponse
Source§fn default() -> LineApiWebhookTestResponse
fn default() -> LineApiWebhookTestResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LineApiWebhookTestResponse
impl<'de> Deserialize<'de> for LineApiWebhookTestResponse
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 LineApiWebhookTestResponse
impl RefUnwindSafe for LineApiWebhookTestResponse
impl Send for LineApiWebhookTestResponse
impl Sync for LineApiWebhookTestResponse
impl Unpin for LineApiWebhookTestResponse
impl UnwindSafe for LineApiWebhookTestResponse
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