Struct kodept_macros::analyzers::module_analyzer::NonGlobalModule
source · pub struct NonGlobalModule(/* private fields */);Trait Implementations§
source§impl From<NonGlobalModule> for ReportMessage
impl From<NonGlobalModule> for ReportMessage
source§fn from(value: NonGlobalModule) -> Self
fn from(value: NonGlobalModule) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for NonGlobalModule
impl Send for NonGlobalModule
impl Sync for NonGlobalModule
impl Unpin for NonGlobalModule
impl UnwindSafe for NonGlobalModule
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