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