pub struct ValidSignatureNotification(pub Notification);Tuple Fields§
§0: NotificationTrait Implementations§
Auto Trait Implementations§
impl Freeze for ValidSignatureNotification
impl RefUnwindSafe for ValidSignatureNotification
impl Send for ValidSignatureNotification
impl Sync for ValidSignatureNotification
impl Unpin for ValidSignatureNotification
impl UnsafeUnpin for ValidSignatureNotification
impl UnwindSafe for ValidSignatureNotification
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