pub struct DetachedInherentImpl {
pub items: Vec<Item<FnSpec>>,
pub span: Span,
}
Fields§
§items: Vec<Item<FnSpec>>
§span: Span
Implementations§
Source§impl DetachedInherentImpl
impl DetachedInherentImpl
pub fn extend(&mut self, other: DetachedInherentImpl)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DetachedInherentImpl
impl RefUnwindSafe for DetachedInherentImpl
impl Send for DetachedInherentImpl
impl Sync for DetachedInherentImpl
impl Unpin for DetachedInherentImpl
impl UnwindSafe for DetachedInherentImpl
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