pub struct ContextPacketLayerEdgeRef {
pub layer_edge_id: String,
pub from_layer_id: String,
pub to_layer_id: String,
pub edge_kind: String,
}Expand description
Context packet layered graph edge reference.
Fields§
§layer_edge_id: String§from_layer_id: String§to_layer_id: String§edge_kind: StringTrait Implementations§
Source§impl Clone for ContextPacketLayerEdgeRef
impl Clone for ContextPacketLayerEdgeRef
Source§fn clone(&self) -> ContextPacketLayerEdgeRef
fn clone(&self) -> ContextPacketLayerEdgeRef
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 ContextPacketLayerEdgeRef
impl Debug for ContextPacketLayerEdgeRef
Source§impl<'de> Deserialize<'de> for ContextPacketLayerEdgeRef
impl<'de> Deserialize<'de> for ContextPacketLayerEdgeRef
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ContextPacketLayerEdgeRef, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ContextPacketLayerEdgeRef, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ContextPacketLayerEdgeRef
Source§impl PartialEq for ContextPacketLayerEdgeRef
impl PartialEq for ContextPacketLayerEdgeRef
Source§fn eq(&self, other: &ContextPacketLayerEdgeRef) -> bool
fn eq(&self, other: &ContextPacketLayerEdgeRef) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ContextPacketLayerEdgeRef
impl Serialize for ContextPacketLayerEdgeRef
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for ContextPacketLayerEdgeRef
Auto Trait Implementations§
impl Freeze for ContextPacketLayerEdgeRef
impl RefUnwindSafe for ContextPacketLayerEdgeRef
impl Send for ContextPacketLayerEdgeRef
impl Sync for ContextPacketLayerEdgeRef
impl Unpin for ContextPacketLayerEdgeRef
impl UnsafeUnpin for ContextPacketLayerEdgeRef
impl UnwindSafe for ContextPacketLayerEdgeRef
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