pub struct BsGetInteger2 {
pub arg1: Term,
pub arg2: Term,
pub arg3: Term,
pub arg4: Term,
pub arg5: Term,
pub arg6: Term,
pub arg7: Term,
}
Fields§
§arg1: Term
§arg2: Term
§arg3: Term
§arg4: Term
§arg5: Term
§arg6: Term
§arg7: Term
Trait Implementations§
Source§impl Clone for BsGetInteger2
impl Clone for BsGetInteger2
Source§fn clone(&self) -> BsGetInteger2
fn clone(&self) -> BsGetInteger2
Returns a copy 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 BsGetInteger2
impl Debug for BsGetInteger2
Source§impl Decode for BsGetInteger2
impl Decode for BsGetInteger2
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 BsGetInteger2
impl Encode for BsGetInteger2
Auto Trait Implementations§
impl Freeze for BsGetInteger2
impl RefUnwindSafe for BsGetInteger2
impl Send for BsGetInteger2
impl Sync for BsGetInteger2
impl Unpin for BsGetInteger2
impl UnwindSafe for BsGetInteger2
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