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