pub struct SerialAllowanceMatch {
pub kind: SerialAllowanceKind,
pub ordinals: Vec<OrdinalRef>,
}Expand description
One concrete allowance match for one added note.
Fields§
§kind: SerialAllowanceKindCategory that licensed the note.
ordinals: Vec<OrdinalRef>Structural ordinals or cited sources associated with the match.
Trait Implementations§
Source§impl Clone for SerialAllowanceMatch
impl Clone for SerialAllowanceMatch
Source§fn clone(&self) -> SerialAllowanceMatch
fn clone(&self) -> SerialAllowanceMatch
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 SerialAllowanceMatch
impl Debug for SerialAllowanceMatch
impl Eq for SerialAllowanceMatch
Source§impl PartialEq for SerialAllowanceMatch
impl PartialEq for SerialAllowanceMatch
impl StructuralPartialEq for SerialAllowanceMatch
Auto Trait Implementations§
impl Freeze for SerialAllowanceMatch
impl RefUnwindSafe for SerialAllowanceMatch
impl Send for SerialAllowanceMatch
impl Sync for SerialAllowanceMatch
impl Unpin for SerialAllowanceMatch
impl UnsafeUnpin for SerialAllowanceMatch
impl UnwindSafe for SerialAllowanceMatch
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