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