pub struct ValidatedEdge {
pub from: Endpoint,
pub to: Endpoint,
}Fields§
§from: Endpoint§to: EndpointTrait Implementations§
Source§impl Clone for ValidatedEdge
impl Clone for ValidatedEdge
Source§fn clone(&self) -> ValidatedEdge
fn clone(&self) -> ValidatedEdge
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 ValidatedEdge
impl Debug for ValidatedEdge
Source§impl PartialEq for ValidatedEdge
impl PartialEq for ValidatedEdge
Source§fn eq(&self, other: &ValidatedEdge) -> bool
fn eq(&self, other: &ValidatedEdge) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ValidatedEdge
Auto Trait Implementations§
impl Freeze for ValidatedEdge
impl RefUnwindSafe for ValidatedEdge
impl Send for ValidatedEdge
impl Sync for ValidatedEdge
impl Unpin for ValidatedEdge
impl UnsafeUnpin for ValidatedEdge
impl UnwindSafe for ValidatedEdge
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