pub struct FormattedPolarError {
pub kind: ErrorKind,
pub formatted: String,
}
Fields§
§kind: ErrorKind
§formatted: String
Trait Implementations§
Source§impl Clone for FormattedPolarError
impl Clone for FormattedPolarError
Source§fn clone(&self) -> FormattedPolarError
fn clone(&self) -> FormattedPolarError
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 From<PolarError> for FormattedPolarError
impl From<PolarError> for FormattedPolarError
Source§fn from(other: PolarError) -> Self
fn from(other: PolarError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FormattedPolarError
impl RefUnwindSafe for FormattedPolarError
impl Send for FormattedPolarError
impl Sync for FormattedPolarError
impl Unpin for FormattedPolarError
impl UnwindSafe for FormattedPolarError
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