pub struct TypeForParameter {
pub ast_type: Type,
pub is_mutable: bool,
}
Fields§
§ast_type: Type
§is_mutable: bool
Trait Implementations§
Source§impl Debug for TypeForParameter
impl Debug for TypeForParameter
Source§impl Hash for TypeForParameter
impl Hash for TypeForParameter
Source§impl PartialEq for TypeForParameter
impl PartialEq for TypeForParameter
impl Eq for TypeForParameter
impl StructuralPartialEq for TypeForParameter
Auto Trait Implementations§
impl Freeze for TypeForParameter
impl RefUnwindSafe for TypeForParameter
impl Send for TypeForParameter
impl Sync for TypeForParameter
impl Unpin for TypeForParameter
impl UnwindSafe for TypeForParameter
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