Struct impl_tools_lib::autoimpl::ImplTraits
source · [−]pub struct ImplTraits { /* private fields */ }
Expand description
Autoimpl for trait targets
Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more