pub struct DefiniteStatusPath {
pub nodes: Vec<DenseNodeId>,
}Expand description
Path whose every non-endpoint has definite collider or non-collider status.
Fields§
§nodes: Vec<DenseNodeId>Ordered nodes on the path.
Trait Implementations§
Source§impl Clone for DefiniteStatusPath
impl Clone for DefiniteStatusPath
Source§fn clone(&self) -> DefiniteStatusPath
fn clone(&self) -> DefiniteStatusPath
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 DefiniteStatusPath
impl Debug for DefiniteStatusPath
impl Eq for DefiniteStatusPath
Source§impl PartialEq for DefiniteStatusPath
impl PartialEq for DefiniteStatusPath
impl StructuralPartialEq for DefiniteStatusPath
Auto Trait Implementations§
impl Freeze for DefiniteStatusPath
impl RefUnwindSafe for DefiniteStatusPath
impl Send for DefiniteStatusPath
impl Sync for DefiniteStatusPath
impl Unpin for DefiniteStatusPath
impl UnsafeUnpin for DefiniteStatusPath
impl UnwindSafe for DefiniteStatusPath
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