pub struct PutMapAssoc {
pub arg1: Term,
pub arg2: Term,
pub arg3: Term,
pub arg4: Term,
pub arg5: Term,
}Fields§
§arg1: Term§arg2: Term§arg3: Term§arg4: Term§arg5: TermTrait Implementations§
Source§impl Clone for PutMapAssoc
impl Clone for PutMapAssoc
Source§fn clone(&self) -> PutMapAssoc
fn clone(&self) -> PutMapAssoc
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PutMapAssoc
impl Debug for PutMapAssoc
Source§impl Decode for PutMapAssoc
impl Decode for PutMapAssoc
fn decode_with_tag<R: Read>( reader: &mut R, tag: u8, ) -> Result<Self, DecodeError>
fn decode<R: Read>(reader: &mut R) -> Result<Self, DecodeError>
Source§impl Encode for PutMapAssoc
impl Encode for PutMapAssoc
Auto Trait Implementations§
impl Freeze for PutMapAssoc
impl RefUnwindSafe for PutMapAssoc
impl Send for PutMapAssoc
impl Sync for PutMapAssoc
impl Unpin for PutMapAssoc
impl UnwindSafe for PutMapAssoc
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