pub enum SerialRole {
Structural,
Derived,
Ornamental,
External,
}Expand description
Structural role in the serial plan.
Variants§
Structural
One or more structural row ordinals presented directly.
Derived
Material derived from prior structural or derived events.
Ornamental
Non-structural ornament built around explicit parent material.
External
Imported or externally motivated material attached to explicit parents.
Implementations§
Trait Implementations§
Source§impl Clone for SerialRole
impl Clone for SerialRole
Source§fn clone(&self) -> SerialRole
fn clone(&self) -> SerialRole
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 SerialRole
Source§impl Debug for SerialRole
impl Debug for SerialRole
impl Eq for SerialRole
Source§impl PartialEq for SerialRole
impl PartialEq for SerialRole
impl StructuralPartialEq for SerialRole
Auto Trait Implementations§
impl Freeze for SerialRole
impl RefUnwindSafe for SerialRole
impl Send for SerialRole
impl Sync for SerialRole
impl Unpin for SerialRole
impl UnsafeUnpin for SerialRole
impl UnwindSafe for SerialRole
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