pub enum EventIdError {
RegexViolated,
}Variants§
RegexViolated
Trait Implementations§
Source§impl Clone for EventIdError
impl Clone for EventIdError
Source§fn clone(&self) -> EventIdError
fn clone(&self) -> EventIdError
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 EventIdError
impl Debug for EventIdError
Source§impl Display for EventIdError
impl Display for EventIdError
Source§impl Error for EventIdError
impl Error for EventIdError
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 EventIdError
impl PartialEq for EventIdError
impl Eq for EventIdError
impl StructuralPartialEq for EventIdError
Auto Trait Implementations§
impl Freeze for EventIdError
impl RefUnwindSafe for EventIdError
impl Send for EventIdError
impl Sync for EventIdError
impl Unpin for EventIdError
impl UnsafeUnpin for EventIdError
impl UnwindSafe for EventIdError
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