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