pub struct DuplicateEdge {
pub from: String,
pub to: String,
pub relation: String,
}Fields§
§from: String§to: String§relation: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for DuplicateEdge
impl RefUnwindSafe for DuplicateEdge
impl Send for DuplicateEdge
impl Sync for DuplicateEdge
impl Unpin for DuplicateEdge
impl UnsafeUnpin for DuplicateEdge
impl UnwindSafe for DuplicateEdge
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