pub struct NamingResolutionStage;Expand description
Sanitizes type names by stripping module paths and handling naming conflicts.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NamingResolutionStage
impl RefUnwindSafe for NamingResolutionStage
impl Send for NamingResolutionStage
impl Sync for NamingResolutionStage
impl Unpin for NamingResolutionStage
impl UnsafeUnpin for NamingResolutionStage
impl UnwindSafe for NamingResolutionStage
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