pub struct WireEdgeGroupEdge {
pub edge_id: String,
pub outbound: Option<Node<Vec<u8>>>,
}Expand description
WireEdgeGroupEdge data container.
Fields§
§edge_id: Stringedge_id field for edge id.
outbound: Option<Node<Vec<u8>>>outbound field for outbound.
Implementations§
Trait Implementations§
Source§impl Clone for WireEdgeGroupEdge
impl Clone for WireEdgeGroupEdge
Source§fn clone(&self) -> WireEdgeGroupEdge
fn clone(&self) -> WireEdgeGroupEdge
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 moreAuto Trait Implementations§
impl Freeze for WireEdgeGroupEdge
impl !RefUnwindSafe for WireEdgeGroupEdge
impl !Send for WireEdgeGroupEdge
impl !Sync for WireEdgeGroupEdge
impl Unpin for WireEdgeGroupEdge
impl UnsafeUnpin for WireEdgeGroupEdge
impl !UnwindSafe for WireEdgeGroupEdge
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