pub struct RemoteQueryResult {
pub data: Vec<u8>,
}Expand description
Result from a remote management query.
Fields§
§data: Vec<u8>Raw response data from the management request.
Auto Trait Implementations§
impl Freeze for RemoteQueryResult
impl RefUnwindSafe for RemoteQueryResult
impl Send for RemoteQueryResult
impl Sync for RemoteQueryResult
impl Unpin for RemoteQueryResult
impl UnwindSafe for RemoteQueryResult
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