pub struct ProcParam {
pub ty: TypeName,
pub name_range: TextRange,
pub is_array: bool,
pub range: TextRange,
}Fields§
§ty: TypeName§name_range: TextRange§is_array: bool§range: TextRangeImplementations§
Trait Implementations§
impl Eq for ProcParam
impl StructuralPartialEq for ProcParam
Auto Trait Implementations§
impl Freeze for ProcParam
impl RefUnwindSafe for ProcParam
impl Send for ProcParam
impl Sync for ProcParam
impl Unpin for ProcParam
impl UnsafeUnpin for ProcParam
impl UnwindSafe for ProcParam
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