pub struct ModuleTypeDef {
pub bare_name: String,
pub kind: ModuleTypeKind,
}Expand description
Type definition collected from a module — backend-agnostic metadata.
Fields§
§bare_name: String§kind: ModuleTypeKindTrait Implementations§
Source§impl Clone for ModuleTypeDef
impl Clone for ModuleTypeDef
Source§fn clone(&self) -> ModuleTypeDef
fn clone(&self) -> ModuleTypeDef
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 moreAuto Trait Implementations§
impl Freeze for ModuleTypeDef
impl RefUnwindSafe for ModuleTypeDef
impl Send for ModuleTypeDef
impl Sync for ModuleTypeDef
impl Unpin for ModuleTypeDef
impl UnsafeUnpin for ModuleTypeDef
impl UnwindSafe for ModuleTypeDef
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