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