pub struct GetMultiVarResponse {
pub items: Vec<VarResult>,
}Expand description
Response from a multi-variable read.
Fields§
§items: Vec<VarResult>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetMultiVarResponse
impl RefUnwindSafe for GetMultiVarResponse
impl Send for GetMultiVarResponse
impl Sync for GetMultiVarResponse
impl Unpin for GetMultiVarResponse
impl UnsafeUnpin for GetMultiVarResponse
impl UnwindSafe for GetMultiVarResponse
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