pub struct RemoveModule {
pub if_exists: bool,
pub name: NodeId<Path>,
pub span: Span,
}Fields§
§if_exists: bool§name: NodeId<Path>§span: SpanTrait Implementations§
Source§impl Debug for RemoveModule
impl Debug for RemoveModule
impl Node for RemoveModule
Auto Trait Implementations§
impl Freeze for RemoveModule
impl RefUnwindSafe for RemoveModule
impl Send for RemoveModule
impl Sync for RemoveModule
impl Unpin for RemoveModule
impl UnsafeUnpin for RemoveModule
impl UnwindSafe for RemoveModule
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