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