pub struct TypeQuery {
pub name: EntityName,
pub type_arguments: Option<TypeArgumentList>,
}Fields§
§name: EntityName§type_arguments: Option<TypeArgumentList>Trait Implementations§
impl Eq for TypeQuery
impl StructuralPartialEq for TypeQuery
Auto Trait Implementations§
impl Freeze for TypeQuery
impl RefUnwindSafe for TypeQuery
impl Send for TypeQuery
impl Sync for TypeQuery
impl Unpin for TypeQuery
impl UnsafeUnpin for TypeQuery
impl UnwindSafe for TypeQuery
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