pub struct RevsetGraphEdge {
pub target: IndexPosition,
pub edge_type: RevsetGraphEdgeType,
}Fields§
§target: IndexPosition§edge_type: RevsetGraphEdgeTypeImplementations§
source§impl RevsetGraphEdge
impl RevsetGraphEdge
pub fn missing(target: IndexPosition) -> Self
pub fn direct(target: IndexPosition) -> Self
pub fn indirect(target: IndexPosition) -> Self
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 more