pub struct TestArity {
pub label: Label,
pub arg1: Term,
pub arity: usize,
}Fields§
§label: Label§arg1: Term§arity: usizeTrait Implementations§
Source§impl Decode for TestArity
impl Decode for TestArity
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 TestArity
impl RefUnwindSafe for TestArity
impl Send for TestArity
impl Sync for TestArity
impl Unpin for TestArity
impl UnsafeUnpin for TestArity
impl UnwindSafe for TestArity
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