pub struct TypedImpl {
pub ast: Impl,
}Fields§
§ast: ImplTrait Implementations§
Auto Trait Implementations§
impl Freeze for TypedImpl
impl RefUnwindSafe for TypedImpl
impl Send for TypedImpl
impl Sync for TypedImpl
impl Unpin for TypedImpl
impl UnwindSafe for TypedImpl
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