pub struct WriteVarResponse {
pub return_codes: Vec<u8>,
}Fields§
§return_codes: Vec<u8>Implementations§
Trait Implementations§
Source§impl Clone for WriteVarResponse
impl Clone for WriteVarResponse
Source§fn clone(&self) -> WriteVarResponse
fn clone(&self) -> WriteVarResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for WriteVarResponse
impl RefUnwindSafe for WriteVarResponse
impl Send for WriteVarResponse
impl Sync for WriteVarResponse
impl Unpin for WriteVarResponse
impl UnsafeUnpin for WriteVarResponse
impl UnwindSafe for WriteVarResponse
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