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