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