pub struct RequestGuard { /* private fields */ }Expand description
Proof that one request was admitted by Saddle before shutdown began.
Trait Implementations§
Source§impl Debug for RequestGuard
impl Debug for RequestGuard
Source§impl Drop for RequestGuard
impl Drop for RequestGuard
Auto Trait Implementations§
impl Freeze for RequestGuard
impl RefUnwindSafe for RequestGuard
impl Send for RequestGuard
impl Sync for RequestGuard
impl Unpin for RequestGuard
impl UnsafeUnpin for RequestGuard
impl UnwindSafe for RequestGuard
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