Struct libpijul::change::PrintableNewVertex
source · 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 copy of the value. Read more
1.0.0 · 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
source§impl PartialEq for PrintableNewVertex
impl PartialEq for PrintableNewVertex
source§fn eq(&self, other: &PrintableNewVertex) -> bool
fn eq(&self, other: &PrintableNewVertex) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for PrintableNewVertex
impl StructuralPartialEq for PrintableNewVertex
Auto Trait Implementations§
impl RefUnwindSafe for PrintableNewVertex
impl Send for PrintableNewVertex
impl Sync for PrintableNewVertex
impl Unpin 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