pub struct NotNormalAtomicFact {
pub predicate: AtomicName,
pub body: Vec<Obj>,
pub line_file: LineFile,
}Fields§
§predicate: AtomicName§body: Vec<Obj>§line_file: LineFileImplementations§
Source§impl NotNormalAtomicFact
impl NotNormalAtomicFact
pub fn to_latex_string(&self) -> String
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 (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 NotNormalAtomicFact
impl Display for NotNormalAtomicFact
Source§impl From<NotNormalAtomicFact> for AtomicFact
impl From<NotNormalAtomicFact> for AtomicFact
Source§fn from(f: NotNormalAtomicFact) -> Self
fn from(f: NotNormalAtomicFact) -> Self
Converts to this type from the input type.
Source§impl From<NotNormalAtomicFact> for Fact
impl From<NotNormalAtomicFact> for Fact
Source§fn from(f: NotNormalAtomicFact) -> Self
fn from(f: NotNormalAtomicFact) -> Self
Converts to this type from the input type.
Auto 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