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