pub enum SerialReading {
StructuralPlan,
DeclaredRoles,
AllSounding,
}Expand description
Reproducible reading scope used when evaluating one serial practice.
Variants§
StructuralPlan
Read only the structural row statement.
DeclaredRoles
Read all events while preserving their declared structural or derived roles.
AllSounding
Read every sounding event regardless of role boundaries.
Implementations§
Trait Implementations§
Source§impl Clone for SerialReading
impl Clone for SerialReading
Source§fn clone(&self) -> SerialReading
fn clone(&self) -> SerialReading
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 moreimpl Copy for SerialReading
Source§impl Debug for SerialReading
impl Debug for SerialReading
impl Eq for SerialReading
Source§impl PartialEq for SerialReading
impl PartialEq for SerialReading
impl StructuralPartialEq for SerialReading
Auto Trait Implementations§
impl Freeze for SerialReading
impl RefUnwindSafe for SerialReading
impl Send for SerialReading
impl Sync for SerialReading
impl Unpin for SerialReading
impl UnsafeUnpin for SerialReading
impl UnwindSafe for SerialReading
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