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