pub struct CensusError {
pub message: String,
}Fields§
§message: StringTrait Implementations§
Source§impl Clone for CensusError
impl Clone for CensusError
Source§fn clone(&self) -> CensusError
fn clone(&self) -> CensusError
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 CensusError
impl Debug for CensusError
Source§impl Display for CensusError
impl Display for CensusError
impl Eq for CensusError
Source§impl Error for CensusError
impl Error for CensusError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for CensusError
impl PartialEq for CensusError
impl StructuralPartialEq for CensusError
Auto Trait Implementations§
impl Freeze for CensusError
impl RefUnwindSafe for CensusError
impl Send for CensusError
impl Sync for CensusError
impl Unpin for CensusError
impl UnsafeUnpin for CensusError
impl UnwindSafe for CensusError
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