pub struct ContextPacketLayerRef {
pub layer_id: String,
pub layer_path: String,
pub layer_depth: u32,
pub layer_kind: String,
pub selected_ref_count: u32,
}Expand description
Context packet layered graph reference.
Fields§
§layer_id: String§layer_path: String§layer_depth: u32§layer_kind: String§selected_ref_count: u32Trait Implementations§
Source§impl Clone for ContextPacketLayerRef
impl Clone for ContextPacketLayerRef
Source§fn clone(&self) -> ContextPacketLayerRef
fn clone(&self) -> ContextPacketLayerRef
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 ContextPacketLayerRef
impl Debug for ContextPacketLayerRef
Source§impl<'de> Deserialize<'de> for ContextPacketLayerRef
impl<'de> Deserialize<'de> for ContextPacketLayerRef
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ContextPacketLayerRef, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ContextPacketLayerRef, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ContextPacketLayerRef
Source§impl PartialEq for ContextPacketLayerRef
impl PartialEq for ContextPacketLayerRef
Source§fn eq(&self, other: &ContextPacketLayerRef) -> bool
fn eq(&self, other: &ContextPacketLayerRef) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ContextPacketLayerRef
impl Serialize for ContextPacketLayerRef
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 ContextPacketLayerRef
Auto Trait Implementations§
impl Freeze for ContextPacketLayerRef
impl RefUnwindSafe for ContextPacketLayerRef
impl Send for ContextPacketLayerRef
impl Sync for ContextPacketLayerRef
impl Unpin for ContextPacketLayerRef
impl UnsafeUnpin for ContextPacketLayerRef
impl UnwindSafe for ContextPacketLayerRef
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