pub struct ByMatrixSetStmt {
pub matrix_set: MatrixSet,
pub line_file: LineFile,
}Fields§
§matrix_set: MatrixSet§line_file: LineFileImplementations§
Source§impl ByMatrixSetStmt
impl ByMatrixSetStmt
pub fn stmt_type_name(&self) -> String
Source§impl ByMatrixSetStmt
impl ByMatrixSetStmt
pub fn to_latex_string(&self) -> String
Trait Implementations§
Source§impl Clone for ByMatrixSetStmt
impl Clone for ByMatrixSetStmt
Source§fn clone(&self) -> ByMatrixSetStmt
fn clone(&self) -> ByMatrixSetStmt
Returns a duplicate of the value. Read more
1.0.0 · 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 ByMatrixSetStmt
impl Display for ByMatrixSetStmt
Source§impl From<ByMatrixSetStmt> for Stmt
impl From<ByMatrixSetStmt> for Stmt
Source§fn from(v: ByMatrixSetStmt) -> Self
fn from(v: ByMatrixSetStmt) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ByMatrixSetStmt
impl RefUnwindSafe for ByMatrixSetStmt
impl !Send for ByMatrixSetStmt
impl !Sync for ByMatrixSetStmt
impl Unpin for ByMatrixSetStmt
impl UnsafeUnpin for ByMatrixSetStmt
impl UnwindSafe for ByMatrixSetStmt
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