pub struct PodCreateLimiter { /* private fields */ }Expand description
In-process sliding-window limiter for JSS-compatible POST /.pods.
Trait Implementations§
Source§impl Debug for PodCreateLimiter
impl Debug for PodCreateLimiter
Auto Trait Implementations§
impl !Freeze for PodCreateLimiter
impl RefUnwindSafe for PodCreateLimiter
impl Send for PodCreateLimiter
impl Sync for PodCreateLimiter
impl Unpin for PodCreateLimiter
impl UnsafeUnpin for PodCreateLimiter
impl UnwindSafe for PodCreateLimiter
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