pub enum ImplOfTraitType {
Type(Type),
Wildcard(Extent),
}Variants§
Implementations§
Trait Implementations§
Source§impl Debug for ImplOfTraitType
impl Debug for ImplOfTraitType
Source§impl<'a> Index<&'a ImplOfTraitType> for str
impl<'a> Index<&'a ImplOfTraitType> for str
Source§impl Index<ImplOfTraitType> for str
impl Index<ImplOfTraitType> for str
Auto Trait Implementations§
impl Freeze for ImplOfTraitType
impl RefUnwindSafe for ImplOfTraitType
impl Send for ImplOfTraitType
impl Sync for ImplOfTraitType
impl Unpin for ImplOfTraitType
impl UnsafeUnpin for ImplOfTraitType
impl UnwindSafe for ImplOfTraitType
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