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