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