pub struct ExpandedEdge {
pub from: ExpandedEndpoint,
pub to: ExpandedEndpoint,
}Fields§
§from: ExpandedEndpoint§to: ExpandedEndpointTrait Implementations§
Source§impl Clone for ExpandedEdge
impl Clone for ExpandedEdge
Source§fn clone(&self) -> ExpandedEdge
fn clone(&self) -> ExpandedEdge
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExpandedEdge
impl Debug for ExpandedEdge
Source§impl PartialEq for ExpandedEdge
impl PartialEq for ExpandedEdge
Source§fn eq(&self, other: &ExpandedEdge) -> bool
fn eq(&self, other: &ExpandedEdge) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExpandedEdge
Auto Trait Implementations§
impl Freeze for ExpandedEdge
impl RefUnwindSafe for ExpandedEdge
impl Send for ExpandedEdge
impl Sync for ExpandedEdge
impl Unpin for ExpandedEdge
impl UnsafeUnpin for ExpandedEdge
impl UnwindSafe for ExpandedEdge
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