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