pub struct ImplTraits { /* private fields */ }
Expand description
Autoimpl for trait targets
Implementations§
Source§impl ImplTraits
impl ImplTraits
Auto Trait Implementations§
impl Freeze for ImplTraits
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