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