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