pub struct ByTupleAsSetStmt {
pub obj: Obj,
pub line_file: LineFile,
}Expand description
Introduce facts from the built-in ordered-pair / tuple encoding.
Fields§
§obj: Obj§line_file: LineFileImplementations§
Source§impl ByTupleAsSetStmt
impl ByTupleAsSetStmt
pub fn stmt_type_name(&self) -> String
Source§impl ByTupleAsSetStmt
impl ByTupleAsSetStmt
pub fn to_latex_string(&self) -> String
Trait Implementations§
Source§impl Clone for ByTupleAsSetStmt
impl Clone for ByTupleAsSetStmt
Source§fn clone(&self) -> ByTupleAsSetStmt
fn clone(&self) -> ByTupleAsSetStmt
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 ByTupleAsSetStmt
impl Display for ByTupleAsSetStmt
Source§impl From<ByTupleAsSetStmt> for Stmt
impl From<ByTupleAsSetStmt> for Stmt
Source§fn from(v: ByTupleAsSetStmt) -> Self
fn from(v: ByTupleAsSetStmt) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ByTupleAsSetStmt
impl RefUnwindSafe for ByTupleAsSetStmt
impl !Send for ByTupleAsSetStmt
impl !Sync for ByTupleAsSetStmt
impl Unpin for ByTupleAsSetStmt
impl UnsafeUnpin for ByTupleAsSetStmt
impl UnwindSafe for ByTupleAsSetStmt
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