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