pub struct UtilResolvedParameter {
pub name: String,
pub is_mutable: bool,
pub resolved_type: ResolvedType,
}
Fields§
§name: String
§is_mutable: bool
§resolved_type: ResolvedType
Auto Trait Implementations§
impl Freeze for UtilResolvedParameter
impl !RefUnwindSafe for UtilResolvedParameter
impl !Send for UtilResolvedParameter
impl !Sync for UtilResolvedParameter
impl Unpin for UtilResolvedParameter
impl !UnwindSafe for UtilResolvedParameter
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