pub struct ImplDecl {
pub generics: Generics,
pub target: TypeExpr,
pub trait_: Option<TypeExpr>,
pub methods: Vec<FunctionDecl>,
}Fields§
§generics: Generics§target: TypeExpr§trait_: Option<TypeExpr>§methods: Vec<FunctionDecl>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImplDecl
impl RefUnwindSafe for ImplDecl
impl Send for ImplDecl
impl Sync for ImplDecl
impl Unpin for ImplDecl
impl UnsafeUnpin for ImplDecl
impl UnwindSafe for ImplDecl
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