Struct dev_scope::shared::prelude::KnownError
source · pub struct KnownError {
pub description: String,
pub pattern: String,
pub regex: Regex,
pub help_text: String,
}
Fields§
§description: String
§pattern: String
§regex: Regex
§help_text: String
Trait Implementations§
source§impl Clone for KnownError
impl Clone for KnownError
source§fn clone(&self) -> KnownError
fn clone(&self) -> KnownError
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 Debug for KnownError
impl Debug for KnownError
source§impl HelpMetadata for KnownError
impl HelpMetadata for KnownError
fn description(&self) -> &str
Auto Trait Implementations§
impl RefUnwindSafe for KnownError
impl Send for KnownError
impl Sync for KnownError
impl Unpin for KnownError
impl UnwindSafe for KnownError
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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