pub struct QueryGate { /* private fields */ }Expand description
Single-flight gate keyed by session id.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for QueryGate
impl !UnwindSafe for QueryGate
impl Freeze for QueryGate
impl Send for QueryGate
impl Sync for QueryGate
impl Unpin for QueryGate
impl UnsafeUnpin for QueryGate
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