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