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