Struct line_bot_messaging_api::LineApiError 
source · pub struct LineApiError {
    pub status: u16,
    pub error: LineApiErrorResponse,
    pub warnings: Option<Vec<String>>,
    pub http_response_body: Option<String>,
}Fields§
§status: u16§error: LineApiErrorResponse§warnings: Option<Vec<String>>§http_response_body: Option<String>Trait Implementations§
source§impl Clone for LineApiError
 
impl Clone for LineApiError
source§fn clone(&self) -> LineApiError
 
fn clone(&self) -> LineApiError
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 LineApiError
 
impl Debug for LineApiError
source§impl<'de> Deserialize<'de> for LineApiError
 
impl<'de> Deserialize<'de> for LineApiError
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 From<LineApiError> for LineError
 
impl From<LineApiError> for LineError
source§fn from(value: LineApiError) -> Self
 
fn from(value: LineApiError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for LineApiError
impl Send for LineApiError
impl Sync for LineApiError
impl Unpin for LineApiError
impl UnwindSafe for LineApiError
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