pub struct ModuleExportNode {
pub package: String,
pub access_flags: u16,
pub modules: Vec<String>,
}Fields§
§package: String§access_flags: u16§modules: Vec<String>Trait Implementations§
Source§impl Clone for ModuleExportNode
impl Clone for ModuleExportNode
Source§fn clone(&self) -> ModuleExportNode
fn clone(&self) -> ModuleExportNode
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 ModuleExportNode
impl RefUnwindSafe for ModuleExportNode
impl Send for ModuleExportNode
impl Sync for ModuleExportNode
impl Unpin for ModuleExportNode
impl UnsafeUnpin for ModuleExportNode
impl UnwindSafe for ModuleExportNode
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