pub struct RedundantEdge {
pub source: String,
pub target: String,
pub via: String,
}Fields§
§source: String§target: String§via: StringTrait Implementations§
Source§impl Clone for RedundantEdge
impl Clone for RedundantEdge
Source§fn clone(&self) -> RedundantEdge
fn clone(&self) -> RedundantEdge
Returns a duplicate 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 RedundantEdge
impl Debug for RedundantEdge
Auto Trait Implementations§
impl Freeze for RedundantEdge
impl RefUnwindSafe for RedundantEdge
impl Send for RedundantEdge
impl Sync for RedundantEdge
impl Unpin for RedundantEdge
impl UnsafeUnpin for RedundantEdge
impl UnwindSafe for RedundantEdge
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