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 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 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 Freeze for LineSystemError
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