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