pub struct DetachedTraitImpl {
pub trait_: ExprPath,
pub items: Vec<Item<FnSpec>>,
pub refts: Vec<ImplAssocReft>,
pub span: Span,
}
Fields§
§trait_: ExprPath
§items: Vec<Item<FnSpec>>
§refts: Vec<ImplAssocReft>
§span: Span
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DetachedTraitImpl
impl RefUnwindSafe for DetachedTraitImpl
impl Send for DetachedTraitImpl
impl Sync for DetachedTraitImpl
impl Unpin for DetachedTraitImpl
impl UnwindSafe for DetachedTraitImpl
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