pub struct ImplOfInherent {
pub extent: Extent,
pub type_name: Type,
pub whitespace: Vec<Whitespace>,
}Fields§
§extent: Extent§type_name: Type§whitespace: Vec<Whitespace>Trait Implementations§
Source§impl Debug for ImplOfInherent
impl Debug for ImplOfInherent
Source§impl<'a> Index<&'a ImplOfInherent> for str
impl<'a> Index<&'a ImplOfInherent> for str
Source§impl Index<ImplOfInherent> for str
impl Index<ImplOfInherent> for str
Auto Trait Implementations§
impl Freeze for ImplOfInherent
impl RefUnwindSafe for ImplOfInherent
impl Send for ImplOfInherent
impl Sync for ImplOfInherent
impl Unpin for ImplOfInherent
impl UnsafeUnpin for ImplOfInherent
impl UnwindSafe for ImplOfInherent
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