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