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