pub struct NameResolveQuery {
pub ident: Ident,
pub in_node: Option<NodeInstance>,
}Fields§
§ident: Ident§in_node: Option<NodeInstance>Trait Implementations§
Source§impl Clone for NameResolveQuery
impl Clone for NameResolveQuery
Source§fn clone(&self) -> NameResolveQuery
fn clone(&self) -> NameResolveQuery
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NameResolveQuery
impl Debug for NameResolveQuery
Auto Trait Implementations§
impl Freeze for NameResolveQuery
impl !RefUnwindSafe for NameResolveQuery
impl !Send for NameResolveQuery
impl !Sync for NameResolveQuery
impl Unpin for NameResolveQuery
impl !UnwindSafe for NameResolveQuery
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