pub struct NotNormalAtomicFact {
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 NotNormalAtomicFact
impl Clone for NotNormalAtomicFact
Source§fn clone(&self) -> NotNormalAtomicFact
fn clone(&self) -> NotNormalAtomicFact
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 NotNormalAtomicFact
impl RefUnwindSafe for NotNormalAtomicFact
impl !Send for NotNormalAtomicFact
impl !Sync for NotNormalAtomicFact
impl Unpin for NotNormalAtomicFact
impl UnsafeUnpin for NotNormalAtomicFact
impl UnwindSafe for NotNormalAtomicFact
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