pub struct NormalAtomicFact {
pub predicate: AtomicName,
pub body: Vec<Obj>,
pub line_file: LineFile,
}Fields§
§predicate: AtomicName§body: Vec<Obj>§line_file: LineFileImplementations§
Source§impl NormalAtomicFact
impl NormalAtomicFact
pub fn to_latex_string(&self) -> String
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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Display for NormalAtomicFact
impl Display for NormalAtomicFact
Source§impl From<NormalAtomicFact> for AtomicFact
impl From<NormalAtomicFact> for AtomicFact
Source§fn from(f: NormalAtomicFact) -> Self
fn from(f: NormalAtomicFact) -> Self
Converts to this type from the input type.
Source§impl From<NormalAtomicFact> for Fact
impl From<NormalAtomicFact> for Fact
Source§fn from(f: NormalAtomicFact) -> Self
fn from(f: NormalAtomicFact) -> Self
Converts to this type from the input type.
Auto 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