pub enum EdgeRole {
Primary,
Secondary,
}Expand description
Whether an Edge is the clip’s primary parent or a supporting one.
Variants§
Primary
The single lineage parent used for root resolution and album grouping.
Secondary
An additional source (an extra stitch segment, an infill’s future half).
Trait Implementations§
impl Copy for EdgeRole
impl Eq for EdgeRole
impl StructuralPartialEq for EdgeRole
Auto Trait Implementations§
impl Freeze for EdgeRole
impl RefUnwindSafe for EdgeRole
impl Send for EdgeRole
impl Sync for EdgeRole
impl Unpin for EdgeRole
impl UnsafeUnpin for EdgeRole
impl UnwindSafe for EdgeRole
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