pub struct FlowLabels { /* private fields */ }Expand description
Directional labels between tiers (typically above external services).
Implementations§
Trait Implementations§
Source§impl Clone for FlowLabels
impl Clone for FlowLabels
Source§fn clone(&self) -> FlowLabels
fn clone(&self) -> FlowLabels
Returns a duplicate of the value. Read more
1.0.0 · 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 FlowLabels
impl Debug for FlowLabels
Source§impl<'de> Deserialize<'de> for FlowLabels
impl<'de> Deserialize<'de> for FlowLabels
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 FlowLabels
impl PartialEq for FlowLabels
Source§impl Serialize for FlowLabels
impl Serialize for FlowLabels
impl StructuralPartialEq for FlowLabels
Auto Trait Implementations§
impl Freeze for FlowLabels
impl RefUnwindSafe for FlowLabels
impl Send for FlowLabels
impl Sync for FlowLabels
impl Unpin for FlowLabels
impl UnsafeUnpin for FlowLabels
impl UnwindSafe for FlowLabels
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