pub struct ConfirmationEvent { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for ConfirmationEvent
impl !RefUnwindSafe for ConfirmationEvent
impl Send for ConfirmationEvent
impl Sync for ConfirmationEvent
impl Unpin for ConfirmationEvent
impl !UnwindSafe for ConfirmationEvent
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