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