Enum keri_core::processor::notification::Notification
source · pub enum Notification {
KeyEventAdded(SignedEventMessage),
OutOfOrder(SignedEventMessage),
PartiallySigned(SignedEventMessage),
PartiallyWitnessed(SignedEventMessage),
ReceiptAccepted,
ReceiptEscrowed,
ReceiptOutOfOrder(SignedNontransferableReceipt),
TransReceiptOutOfOrder(SignedTransferableReceipt),
DupliciousEvent(SignedEventMessage),
MissingDelegatingEvent(SignedEventMessage),
}Variants§
KeyEventAdded(SignedEventMessage)
OutOfOrder(SignedEventMessage)
PartiallySigned(SignedEventMessage)
PartiallyWitnessed(SignedEventMessage)
ReceiptAccepted
ReceiptEscrowed
ReceiptOutOfOrder(SignedNontransferableReceipt)
TransReceiptOutOfOrder(SignedTransferableReceipt)
DupliciousEvent(SignedEventMessage)
MissingDelegatingEvent(SignedEventMessage)
Trait Implementations§
source§impl Clone for Notification
impl Clone for Notification
source§fn clone(&self) -> Notification
fn clone(&self) -> Notification
Returns a copy 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 Notification
impl Debug for Notification
source§impl From<&Notification> for JustNotification
impl From<&Notification> for JustNotification
source§fn from(notification: &Notification) -> Self
fn from(notification: &Notification) -> Self
Converts to this type from the input type.
source§impl PartialEq for Notification
impl PartialEq for Notification
source§fn eq(&self, other: &Notification) -> bool
fn eq(&self, other: &Notification) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for Notification
Auto Trait Implementations§
impl RefUnwindSafe for Notification
impl Send for Notification
impl Sync for Notification
impl Unpin for Notification
impl UnwindSafe for Notification
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