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