pub struct NormalAtomicFact {
pub predicate: IdentifierOrIdentifierWithMod,
pub body: Vec<Obj>,
pub line_file: LineFile,
}Fields§
§predicate: IdentifierOrIdentifierWithMod§body: Vec<Obj>§line_file: LineFileImplementations§
Trait Implementations§
Source§impl Clone for NormalAtomicFact
impl Clone for NormalAtomicFact
Source§fn clone(&self) -> NormalAtomicFact
fn clone(&self) -> NormalAtomicFact
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 moreAuto Trait Implementations§
impl Freeze for NormalAtomicFact
impl RefUnwindSafe for NormalAtomicFact
impl !Send for NormalAtomicFact
impl !Sync for NormalAtomicFact
impl Unpin for NormalAtomicFact
impl UnsafeUnpin for NormalAtomicFact
impl UnwindSafe for NormalAtomicFact
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