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