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