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