pub struct LinkageStmts { /* private fields */ }Expand description
“linkage” statements.
Implementations§
Source§impl LinkageStmts
impl LinkageStmts
pub fn import(&self) -> &Vec<ImportStmt>
pub fn include(&self) -> &Vec<IncludeStmt>
Source§impl LinkageStmts
impl LinkageStmts
Trait Implementations§
Source§impl Clone for LinkageStmts
impl Clone for LinkageStmts
Source§fn clone(&self) -> LinkageStmts
fn clone(&self) -> LinkageStmts
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 moreSource§impl Compound for LinkageStmts
impl Compound for LinkageStmts
Source§impl Debug for LinkageStmts
impl Debug for LinkageStmts
Source§impl PartialEq for LinkageStmts
impl PartialEq for LinkageStmts
impl StructuralPartialEq for LinkageStmts
Auto Trait Implementations§
impl Freeze for LinkageStmts
impl RefUnwindSafe for LinkageStmts
impl Send for LinkageStmts
impl Sync for LinkageStmts
impl Unpin for LinkageStmts
impl UnwindSafe for LinkageStmts
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