pub struct ImportGlobalModuleStmt {
pub mod_name: String,
pub as_mod_name: Option<String>,
pub line_file: LineFile,
}Fields§
§mod_name: String§as_mod_name: Option<String>§line_file: LineFileImplementations§
Source§impl ImportGlobalModuleStmt
impl ImportGlobalModuleStmt
pub fn stmt_type_name(&self) -> String
Source§impl ImportGlobalModuleStmt
impl ImportGlobalModuleStmt
pub fn to_latex_string(&self) -> String
Trait Implementations§
Source§impl Clone for ImportGlobalModuleStmt
impl Clone for ImportGlobalModuleStmt
Source§fn clone(&self) -> ImportGlobalModuleStmt
fn clone(&self) -> ImportGlobalModuleStmt
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ImportGlobalModuleStmt
impl RefUnwindSafe for ImportGlobalModuleStmt
impl !Send for ImportGlobalModuleStmt
impl !Sync for ImportGlobalModuleStmt
impl Unpin for ImportGlobalModuleStmt
impl UnsafeUnpin for ImportGlobalModuleStmt
impl UnwindSafe for ImportGlobalModuleStmt
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