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