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