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