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