pub struct PredicateSym {
pub name: u32,
pub arity: Option<u8>,
}Fields§
§name: u32§arity: Option<u8>Trait Implementations§
Source§impl Clone for PredicateSym
impl Clone for PredicateSym
Source§fn clone(&self) -> PredicateSym
fn clone(&self) -> PredicateSym
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 PredicateSym
impl Debug for PredicateSym
Source§impl Hash for PredicateSym
impl Hash for PredicateSym
Source§impl PartialEq for PredicateSym
impl PartialEq for PredicateSym
impl Eq for PredicateSym
impl StructuralPartialEq for PredicateSym
Auto Trait Implementations§
impl Freeze for PredicateSym
impl RefUnwindSafe for PredicateSym
impl Send for PredicateSym
impl Sync for PredicateSym
impl Unpin for PredicateSym
impl UnsafeUnpin for PredicateSym
impl UnwindSafe for PredicateSym
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