pub struct IsNonemptyList {
pub label: Label,
pub arg1: Term,
}Fields§
§label: Label§arg1: TermTrait Implementations§
Source§impl Clone for IsNonemptyList
impl Clone for IsNonemptyList
Source§fn clone(&self) -> IsNonemptyList
fn clone(&self) -> IsNonemptyList
Returns a duplicate of the value. Read more
1.0.0 · 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 IsNonemptyList
impl Debug for IsNonemptyList
Source§impl Decode for IsNonemptyList
impl Decode for IsNonemptyList
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 IsNonemptyList
impl Encode for IsNonemptyList
Auto Trait Implementations§
impl Freeze for IsNonemptyList
impl RefUnwindSafe for IsNonemptyList
impl Send for IsNonemptyList
impl Sync for IsNonemptyList
impl Unpin for IsNonemptyList
impl UnwindSafe for IsNonemptyList
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