pub struct ModuleSpec {
pub pragma: &'static str,
pub derives: &'static [ModuleDeriveSpec],
}Fields§
§pragma: &'static str§derives: &'static [ModuleDeriveSpec]Trait Implementations§
Source§impl Debug for ModuleSpec
impl Debug for ModuleSpec
Source§impl PartialEq for ModuleSpec
impl PartialEq for ModuleSpec
impl StructuralPartialEq for ModuleSpec
Auto Trait Implementations§
impl Freeze for ModuleSpec
impl RefUnwindSafe for ModuleSpec
impl Send for ModuleSpec
impl Sync for ModuleSpec
impl Unpin for ModuleSpec
impl UnsafeUnpin for ModuleSpec
impl UnwindSafe for ModuleSpec
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