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