pub struct AcceptedSerialNote {
pub event_id: ObjectId,
pub category: AcceptedSerialCategory,
pub allowance: SerialAllowanceMatch,
}Expand description
One accepted serial completion note and the category that licensed it.
Fields§
§event_id: ObjectIdAdded note identity.
category: AcceptedSerialCategorySerial category assigned to the accepted note.
allowance: SerialAllowanceMatchExact allowance evidence that admitted the note.
Trait Implementations§
Source§impl Clone for AcceptedSerialNote
impl Clone for AcceptedSerialNote
Source§fn clone(&self) -> AcceptedSerialNote
fn clone(&self) -> AcceptedSerialNote
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AcceptedSerialNote
impl Debug for AcceptedSerialNote
impl Eq for AcceptedSerialNote
Source§impl PartialEq for AcceptedSerialNote
impl PartialEq for AcceptedSerialNote
impl StructuralPartialEq for AcceptedSerialNote
Auto Trait Implementations§
impl Freeze for AcceptedSerialNote
impl RefUnwindSafe for AcceptedSerialNote
impl Send for AcceptedSerialNote
impl Sync for AcceptedSerialNote
impl Unpin for AcceptedSerialNote
impl UnsafeUnpin for AcceptedSerialNote
impl UnwindSafe for AcceptedSerialNote
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