pub struct MemoryRateLimitCounterFactory;Expand description
Builds a MemoryRateLimitCounter.
Trait Implementations§
Source§impl Clone for MemoryRateLimitCounterFactory
impl Clone for MemoryRateLimitCounterFactory
Source§fn clone(&self) -> MemoryRateLimitCounterFactory
fn clone(&self) -> MemoryRateLimitCounterFactory
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 moreimpl Copy for MemoryRateLimitCounterFactory
Source§impl Default for MemoryRateLimitCounterFactory
impl Default for MemoryRateLimitCounterFactory
Source§fn default() -> MemoryRateLimitCounterFactory
fn default() -> MemoryRateLimitCounterFactory
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MemoryRateLimitCounterFactory
impl RefUnwindSafe for MemoryRateLimitCounterFactory
impl Send for MemoryRateLimitCounterFactory
impl Sync for MemoryRateLimitCounterFactory
impl Unpin for MemoryRateLimitCounterFactory
impl UnsafeUnpin for MemoryRateLimitCounterFactory
impl UnwindSafe for MemoryRateLimitCounterFactory
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