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