pub struct EdgeDescription {
pub start: String,
pub end: String,
}Fields§
§start: String§end: StringTrait Implementations§
Source§impl Clone for EdgeDescription
impl Clone for EdgeDescription
Source§fn clone(&self) -> EdgeDescription
fn clone(&self) -> EdgeDescription
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 EdgeDescription
impl Debug for EdgeDescription
Source§impl<'de> Deserialize<'de> for EdgeDescription
impl<'de> Deserialize<'de> for EdgeDescription
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for EdgeDescription
impl PartialEq for EdgeDescription
Source§fn eq(&self, other: &EdgeDescription) -> bool
fn eq(&self, other: &EdgeDescription) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for EdgeDescription
impl Serialize for EdgeDescription
impl StructuralPartialEq for EdgeDescription
Auto Trait Implementations§
impl Freeze for EdgeDescription
impl RefUnwindSafe for EdgeDescription
impl Send for EdgeDescription
impl Sync for EdgeDescription
impl Unpin for EdgeDescription
impl UnsafeUnpin for EdgeDescription
impl UnwindSafe for EdgeDescription
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