pub struct PutTuple2 {
pub destination: Register,
pub elements: List,
}Fields§
§destination: Register§elements: ListTrait Implementations§
Source§impl Decode for PutTuple2
impl Decode for PutTuple2
fn decode_with_tag<R: Read>( reader: &mut R, tag: u8, ) -> Result<Self, DecodeError>
fn decode<R: Read>(reader: &mut R) -> Result<Self, DecodeError>
Auto Trait Implementations§
impl Freeze for PutTuple2
impl RefUnwindSafe for PutTuple2
impl Send for PutTuple2
impl Sync for PutTuple2
impl Unpin for PutTuple2
impl UnsafeUnpin for PutTuple2
impl UnwindSafe for PutTuple2
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