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