pub struct ContextPacketLayerBudgetReport {
pub layered_mode: String,
pub max_layer_depth: u32,
pub required_layer_evidence: bool,
pub budget_status: String,
}Expand description
Context packet layered budget report.
Fields§
§layered_mode: String§max_layer_depth: u32§required_layer_evidence: bool§budget_status: StringTrait Implementations§
Source§impl Clone for ContextPacketLayerBudgetReport
impl Clone for ContextPacketLayerBudgetReport
Source§fn clone(&self) -> ContextPacketLayerBudgetReport
fn clone(&self) -> ContextPacketLayerBudgetReport
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<'de> Deserialize<'de> for ContextPacketLayerBudgetReport
impl<'de> Deserialize<'de> for ContextPacketLayerBudgetReport
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 ContextPacketLayerBudgetReport
Source§impl PartialEq for ContextPacketLayerBudgetReport
impl PartialEq for ContextPacketLayerBudgetReport
Source§fn eq(&self, other: &ContextPacketLayerBudgetReport) -> bool
fn eq(&self, other: &ContextPacketLayerBudgetReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ContextPacketLayerBudgetReport
Auto Trait Implementations§
impl Freeze for ContextPacketLayerBudgetReport
impl RefUnwindSafe for ContextPacketLayerBudgetReport
impl Send for ContextPacketLayerBudgetReport
impl Sync for ContextPacketLayerBudgetReport
impl Unpin for ContextPacketLayerBudgetReport
impl UnsafeUnpin for ContextPacketLayerBudgetReport
impl UnwindSafe for ContextPacketLayerBudgetReport
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