pub struct TokioPostgresRateLimitStore { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for TokioPostgresRateLimitStore
impl Clone for TokioPostgresRateLimitStore
Source§fn clone(&self) -> TokioPostgresRateLimitStore
fn clone(&self) -> TokioPostgresRateLimitStore
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 Debug for TokioPostgresRateLimitStore
impl Debug for TokioPostgresRateLimitStore
Source§impl From<&TokioPostgresAdapter> for TokioPostgresRateLimitStore
impl From<&TokioPostgresAdapter> for TokioPostgresRateLimitStore
Source§fn from(adapter: &TokioPostgresAdapter) -> Self
fn from(adapter: &TokioPostgresAdapter) -> Self
Converts to this type from the input type.
Source§impl RateLimitStore for TokioPostgresRateLimitStore
impl RateLimitStore for TokioPostgresRateLimitStore
fn consume<'a>(&'a self, input: RateLimitConsumeInput) -> RateLimitFuture<'a>
Auto Trait Implementations§
impl Freeze for TokioPostgresRateLimitStore
impl !RefUnwindSafe for TokioPostgresRateLimitStore
impl Send for TokioPostgresRateLimitStore
impl Sync for TokioPostgresRateLimitStore
impl Unpin for TokioPostgresRateLimitStore
impl UnsafeUnpin for TokioPostgresRateLimitStore
impl !UnwindSafe for TokioPostgresRateLimitStore
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