pub struct BadSpecifier {
pub message: String,
pub specifier: String,
}Fields§
§message: String§specifier: StringTrait Implementations§
Source§impl Clone for BadSpecifier
impl Clone for BadSpecifier
Source§fn clone(&self) -> BadSpecifier
fn clone(&self) -> BadSpecifier
Returns a duplicate 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 BadSpecifier
impl Debug for BadSpecifier
Source§impl Display for BadSpecifier
impl Display for BadSpecifier
Source§impl Error for BadSpecifier
impl Error for BadSpecifier
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 BadSpecifier
impl PartialEq for BadSpecifier
impl StructuralPartialEq for BadSpecifier
Auto Trait Implementations§
impl Freeze for BadSpecifier
impl RefUnwindSafe for BadSpecifier
impl Send for BadSpecifier
impl Sync for BadSpecifier
impl Unpin for BadSpecifier
impl UnwindSafe for BadSpecifier
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