pub struct SolarError { /* private fields */ }Trait Implementations§
Source§impl Clone for SolarError
impl Clone for SolarError
Source§fn clone(&self) -> SolarError
fn clone(&self) -> SolarError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SolarError
impl Debug for SolarError
Source§impl Display for SolarError
impl Display for SolarError
Source§impl From<&str> for SolarError
impl From<&str> for SolarError
Source§impl From<Error> for SolarError
impl From<Error> for SolarError
Source§impl From<TerminalError> for SolarError
impl From<TerminalError> for SolarError
Source§fn from(value: TerminalError) -> Self
fn from(value: TerminalError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SolarError
impl PartialEq for SolarError
Source§fn eq(&self, other: &SolarError) -> bool
fn eq(&self, other: &SolarError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SolarError
Auto Trait Implementations§
impl Freeze for SolarError
impl RefUnwindSafe for SolarError
impl Send for SolarError
impl Sync for SolarError
impl Unpin for SolarError
impl UnsafeUnpin for SolarError
impl UnwindSafe for SolarError
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