Struct roadblk_attr::RegexError
source · pub struct RegexError {
pub regex: String,
pub value: String,
}
Fields§
§regex: String
§value: String
Trait Implementations§
source§impl From<RegexError> for ErrorType
impl From<RegexError> for ErrorType
source§fn from(value: RegexError) -> Self
fn from(value: RegexError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for RegexError
impl Send for RegexError
impl Sync for RegexError
impl Unpin for RegexError
impl UnwindSafe for RegexError
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