pub struct IsTaggedTuple {
pub label: Label,
pub register: Register,
pub arity: usize,
pub atom: Atom,
}Fields§
§label: Label§register: Register§arity: usize§atom: AtomTrait Implementations§
Source§impl Clone for IsTaggedTuple
impl Clone for IsTaggedTuple
Source§fn clone(&self) -> IsTaggedTuple
fn clone(&self) -> IsTaggedTuple
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 IsTaggedTuple
impl Debug for IsTaggedTuple
Source§impl Decode for IsTaggedTuple
impl Decode for IsTaggedTuple
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 IsTaggedTuple
impl Encode for IsTaggedTuple
Auto Trait Implementations§
impl Freeze for IsTaggedTuple
impl RefUnwindSafe for IsTaggedTuple
impl Send for IsTaggedTuple
impl Sync for IsTaggedTuple
impl Unpin for IsTaggedTuple
impl UnsafeUnpin for IsTaggedTuple
impl UnwindSafe for IsTaggedTuple
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