pub struct WebSocketConnectionDocQuery {
pub connection_id: Option<String>,
pub limit: Option<usize>,
}Fields§
§connection_id: Option<String>§limit: Option<usize>Trait Implementations§
Auto Trait Implementations§
impl Freeze for WebSocketConnectionDocQuery
impl RefUnwindSafe for WebSocketConnectionDocQuery
impl Send for WebSocketConnectionDocQuery
impl Sync for WebSocketConnectionDocQuery
impl Unpin for WebSocketConnectionDocQuery
impl UnsafeUnpin for WebSocketConnectionDocQuery
impl UnwindSafe for WebSocketConnectionDocQuery
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