Struct jj_lib::revset_graph::RevsetGraphEdge
source · pub struct RevsetGraphEdge {
pub target: CommitId,
pub edge_type: RevsetGraphEdgeType,
}
Fields§
§target: CommitId
§edge_type: RevsetGraphEdgeType
Implementations§
Trait Implementations§
source§impl Clone for RevsetGraphEdge
impl Clone for RevsetGraphEdge
source§fn clone(&self) -> RevsetGraphEdge
fn clone(&self) -> RevsetGraphEdge
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 RevsetGraphEdge
impl Debug for RevsetGraphEdge
source§impl Hash for RevsetGraphEdge
impl Hash for RevsetGraphEdge
source§impl PartialEq for RevsetGraphEdge
impl PartialEq for RevsetGraphEdge
source§fn eq(&self, other: &RevsetGraphEdge) -> bool
fn eq(&self, other: &RevsetGraphEdge) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for RevsetGraphEdge
impl StructuralPartialEq for RevsetGraphEdge
Auto Trait Implementations§
impl Freeze for RevsetGraphEdge
impl RefUnwindSafe for RevsetGraphEdge
impl Send for RevsetGraphEdge
impl Sync for RevsetGraphEdge
impl Unpin for RevsetGraphEdge
impl UnwindSafe for RevsetGraphEdge
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