pub struct QueryResponseList { /* private fields */ }Expand description
A safe wrapper around a NIXL query response list
Implementations§
Source§impl QueryResponseList
impl QueryResponseList
Trait Implementations§
Source§impl Drop for QueryResponseList
impl Drop for QueryResponseList
Auto Trait Implementations§
impl !Send for QueryResponseList
impl !Sync for QueryResponseList
impl Freeze for QueryResponseList
impl RefUnwindSafe for QueryResponseList
impl Unpin for QueryResponseList
impl UnsafeUnpin for QueryResponseList
impl UnwindSafe for QueryResponseList
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