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