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