pub struct IntBnot {
pub arg1: Term,
pub arg2: Term,
pub arg3: Term,
}Expand description
Deprecated.
Fields§
§arg1: Term§arg2: Term§arg3: TermTrait Implementations§
Source§impl Decode for IntBnot
impl Decode for IntBnot
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 IntBnot
impl RefUnwindSafe for IntBnot
impl Send for IntBnot
impl Sync for IntBnot
impl Unpin for IntBnot
impl UnsafeUnpin for IntBnot
impl UnwindSafe for IntBnot
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