pub struct InvalidEventId { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for InvalidEventId
impl Debug for InvalidEventId
Source§impl Diagnostic for InvalidEventId
impl Diagnostic for InvalidEventId
Source§impl From<InvalidEventId> for Error
impl From<InvalidEventId> for Error
Source§fn from(e: InvalidEventId) -> Self
fn from(e: InvalidEventId) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for InvalidEventId
impl RefUnwindSafe for InvalidEventId
impl Send for InvalidEventId
impl Sync for InvalidEventId
impl Unpin for InvalidEventId
impl UnwindSafe for InvalidEventId
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