pub struct BsAppend {
pub arg1: Term,
pub arg2: Term,
pub arg3: Term,
pub arg4: Term,
pub arg5: Term,
pub arg6: Term,
pub arg7: Term,
pub arg8: Term,
}Fields§
§arg1: Term§arg2: Term§arg3: Term§arg4: Term§arg5: Term§arg6: Term§arg7: Term§arg8: TermTrait Implementations§
Source§impl Decode for BsAppend
impl Decode for BsAppend
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 BsAppend
impl RefUnwindSafe for BsAppend
impl Send for BsAppend
impl Sync for BsAppend
impl Unpin for BsAppend
impl UnsafeUnpin for BsAppend
impl UnwindSafe for BsAppend
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