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: StringTrait Implementations§
source§impl Clone for LineApiWebhookTestResponse
 
impl Clone for LineApiWebhookTestResponse
source§fn clone(&self) -> LineApiWebhookTestResponse
 
fn clone(&self) -> LineApiWebhookTestResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
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 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