pub struct PrintableNewVertex {
pub up_context: Vec<PrintablePos>,
pub start: u64,
pub end: u64,
pub down_context: Vec<PrintablePos>,
}Fields§
§up_context: Vec<PrintablePos>§start: u64§end: u64§down_context: Vec<PrintablePos>Trait Implementations§
Source§impl Clone for PrintableNewVertex
impl Clone for PrintableNewVertex
Source§fn clone(&self) -> PrintableNewVertex
fn clone(&self) -> PrintableNewVertex
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 PrintableNewVertex
impl Debug for PrintableNewVertex
Source§impl Display for PrintableNewVertex
impl Display for PrintableNewVertex
impl Eq for PrintableNewVertex
Source§impl PartialEq for PrintableNewVertex
impl PartialEq for PrintableNewVertex
impl StructuralPartialEq for PrintableNewVertex
Auto Trait Implementations§
impl Freeze for PrintableNewVertex
impl RefUnwindSafe for PrintableNewVertex
impl Send for PrintableNewVertex
impl Sync for PrintableNewVertex
impl Unpin for PrintableNewVertex
impl UnsafeUnpin for PrintableNewVertex
impl UnwindSafe for PrintableNewVertex
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.