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