Struct impl_tools_lib::autoimpl::ImplTraits
source · pub struct ImplTraits { /* private fields */ }
Expand description
Autoimpl for trait targets
Implementations§
source§impl ImplTraits
impl ImplTraits
Auto Trait Implementations§
impl RefUnwindSafe for ImplTraits
impl !Send for ImplTraits
impl !Sync for ImplTraits
impl Unpin for ImplTraits
impl UnwindSafe for ImplTraits
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