pub struct GovernorMemoryRateLimitStore { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for GovernorMemoryRateLimitStore
impl Default for GovernorMemoryRateLimitStore
Source§fn default() -> GovernorMemoryRateLimitStore
fn default() -> GovernorMemoryRateLimitStore
Returns the “default value” for a type. Read more
Source§impl RateLimitStore for GovernorMemoryRateLimitStore
impl RateLimitStore for GovernorMemoryRateLimitStore
fn consume<'a>(&'a self, input: RateLimitConsumeInput) -> RateLimitFuture<'a>
Auto Trait Implementations§
impl !Freeze for GovernorMemoryRateLimitStore
impl RefUnwindSafe for GovernorMemoryRateLimitStore
impl Send for GovernorMemoryRateLimitStore
impl Sync for GovernorMemoryRateLimitStore
impl Unpin for GovernorMemoryRateLimitStore
impl UnsafeUnpin for GovernorMemoryRateLimitStore
impl UnwindSafe for GovernorMemoryRateLimitStore
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