pub struct SerialNoteEvidence {
pub note_id: ObjectId,
pub event_id: SerialEventId,
pub origin: RealizedSerialOrigin,
}Expand description
One retained serial note-evidence binding keyed by transformed staff identities.
Fields§
§note_id: ObjectIdStable score note identity.
event_id: SerialEventIdStable score event identity.
origin: RealizedSerialOriginOriginal serial origin carried by that note.
Trait Implementations§
Source§impl Clone for SerialNoteEvidence
impl Clone for SerialNoteEvidence
Source§fn clone(&self) -> SerialNoteEvidence
fn clone(&self) -> SerialNoteEvidence
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 SerialNoteEvidence
impl Debug for SerialNoteEvidence
impl Eq for SerialNoteEvidence
Source§impl PartialEq for SerialNoteEvidence
impl PartialEq for SerialNoteEvidence
impl StructuralPartialEq for SerialNoteEvidence
Auto Trait Implementations§
impl Freeze for SerialNoteEvidence
impl RefUnwindSafe for SerialNoteEvidence
impl Send for SerialNoteEvidence
impl Sync for SerialNoteEvidence
impl Unpin for SerialNoteEvidence
impl UnsafeUnpin for SerialNoteEvidence
impl UnwindSafe for SerialNoteEvidence
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