pub struct ResolvedOptionType {
pub item_type: ResolvedType,
}
Fields§
§item_type: ResolvedType
Trait Implementations§
Source§impl Debug for ResolvedOptionType
impl Debug for ResolvedOptionType
Auto Trait Implementations§
impl Freeze for ResolvedOptionType
impl !RefUnwindSafe for ResolvedOptionType
impl !Send for ResolvedOptionType
impl !Sync for ResolvedOptionType
impl Unpin for ResolvedOptionType
impl !UnwindSafe for ResolvedOptionType
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