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