pub struct Impl {
pub extent: Extent,
pub is_unsafe: Option<Extent>,
pub generics: Option<GenericDeclarations>,
pub kind: ImplKind,
pub wheres: Vec<Where>,
pub body: Vec<Attributed<ImplMember>>,
pub whitespace: Vec<Whitespace>,
}Expand description
Fields§
§extent: Extent§is_unsafe: Option<Extent>§generics: Option<GenericDeclarations>§kind: ImplKind§wheres: Vec<Where>§body: Vec<Attributed<ImplMember>>§whitespace: Vec<Whitespace>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Impl
impl RefUnwindSafe for Impl
impl Send for Impl
impl Sync for Impl
impl Unpin for Impl
impl UnsafeUnpin for Impl
impl UnwindSafe for Impl
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