pub struct ModuleOpenNode {
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 ModuleOpenNode
impl Clone for ModuleOpenNode
Source§fn clone(&self) -> ModuleOpenNode
fn clone(&self) -> ModuleOpenNode
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 ModuleOpenNode
impl RefUnwindSafe for ModuleOpenNode
impl Send for ModuleOpenNode
impl Sync for ModuleOpenNode
impl Unpin for ModuleOpenNode
impl UnsafeUnpin for ModuleOpenNode
impl UnwindSafe for ModuleOpenNode
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