pub struct PrefixRoutingConsistencyParameters {
pub resource: String,
pub data_overload_limit: String,
}Fields§
§resource: String§data_overload_limit: StringTrait Implementations§
Source§impl Clone for PrefixRoutingConsistencyParameters
impl Clone for PrefixRoutingConsistencyParameters
Source§fn clone(&self) -> PrefixRoutingConsistencyParameters
fn clone(&self) -> PrefixRoutingConsistencyParameters
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 Default for PrefixRoutingConsistencyParameters
impl Default for PrefixRoutingConsistencyParameters
Source§fn default() -> PrefixRoutingConsistencyParameters
fn default() -> PrefixRoutingConsistencyParameters
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrefixRoutingConsistencyParameters
impl<'de> Deserialize<'de> for PrefixRoutingConsistencyParameters
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 PrefixRoutingConsistencyParameters
impl PartialEq for PrefixRoutingConsistencyParameters
Source§fn eq(&self, other: &PrefixRoutingConsistencyParameters) -> bool
fn eq(&self, other: &PrefixRoutingConsistencyParameters) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PrefixRoutingConsistencyParameters
Auto Trait Implementations§
impl Freeze for PrefixRoutingConsistencyParameters
impl RefUnwindSafe for PrefixRoutingConsistencyParameters
impl Send for PrefixRoutingConsistencyParameters
impl Sync for PrefixRoutingConsistencyParameters
impl Unpin for PrefixRoutingConsistencyParameters
impl UnsafeUnpin for PrefixRoutingConsistencyParameters
impl UnwindSafe for PrefixRoutingConsistencyParameters
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