pub struct RateLimitingRuleConditions { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for RateLimitingRuleConditions
impl Clone for RateLimitingRuleConditions
Source§fn clone(&self) -> RateLimitingRuleConditions
fn clone(&self) -> RateLimitingRuleConditions
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 RateLimitingRuleConditions
impl Debug for RateLimitingRuleConditions
Source§impl Default for RateLimitingRuleConditions
impl Default for RateLimitingRuleConditions
Source§impl From<RateLimitingRuleConditions> for RateLimitingRuleConditions
impl From<RateLimitingRuleConditions> for RateLimitingRuleConditions
Source§fn from(value: RateLimitingRuleConditions) -> Self
fn from(value: RateLimitingRuleConditions) -> Self
Converts to this type from the input type.
Source§impl TryFrom<RateLimitingRuleConditions> for RateLimitingRuleConditions
impl TryFrom<RateLimitingRuleConditions> for RateLimitingRuleConditions
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: RateLimitingRuleConditions) -> Result<Self, ConversionError>
fn try_from(value: RateLimitingRuleConditions) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for RateLimitingRuleConditions
impl RefUnwindSafe for RateLimitingRuleConditions
impl Send for RateLimitingRuleConditions
impl Sync for RateLimitingRuleConditions
impl Unpin for RateLimitingRuleConditions
impl UnwindSafe for RateLimitingRuleConditions
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