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