pub struct ImplType {
pub extent: Extent,
pub name: Ident,
pub typ: Type,
pub whitespace: Vec<Whitespace>,
}Expand description
Fields§
§extent: Extent§name: Ident§typ: Type§whitespace: Vec<Whitespace>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ImplType
impl RefUnwindSafe for ImplType
impl Send for ImplType
impl Sync for ImplType
impl Unpin for ImplType
impl UnsafeUnpin for ImplType
impl UnwindSafe for ImplType
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