Enum impl_tools_lib::autoimpl::Attr
source · [−]pub enum Attr {
ForDeref(ForDeref),
ImplTraits(ImplTraits),
}
Expand description
The #[autoimpl]
attribute
Variants
ForDeref(ForDeref)
Autoimpl for types supporting Deref
ImplTraits(ImplTraits)
Autoimpl for trait targets
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Attr
impl !Send for Attr
impl !Sync for Attr
impl Unpin for Attr
impl UnwindSafe for Attr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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