pub struct NotEqualFact {
pub left: Obj,
pub right: Obj,
pub line_file: LineFile,
}Fields§
§left: Obj§right: Obj§line_file: LineFileImplementations§
Source§impl NotEqualFact
impl NotEqualFact
pub fn to_latex_string(&self) -> String
Trait Implementations§
Source§impl Clone for NotEqualFact
impl Clone for NotEqualFact
Source§fn clone(&self) -> NotEqualFact
fn clone(&self) -> NotEqualFact
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 Display for NotEqualFact
impl Display for NotEqualFact
Source§impl From<NotEqualFact> for AtomicFact
impl From<NotEqualFact> for AtomicFact
Source§fn from(f: NotEqualFact) -> Self
fn from(f: NotEqualFact) -> Self
Converts to this type from the input type.
Source§impl From<NotEqualFact> for Fact
impl From<NotEqualFact> for Fact
Source§fn from(f: NotEqualFact) -> Self
fn from(f: NotEqualFact) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for NotEqualFact
impl RefUnwindSafe for NotEqualFact
impl !Send for NotEqualFact
impl !Sync for NotEqualFact
impl Unpin for NotEqualFact
impl UnsafeUnpin for NotEqualFact
impl UnwindSafe for NotEqualFact
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