Struct nandoize::mapping_context::ResolverMapping
source · pub(crate) struct ResolverMapping {
pub argument_name: String,
pub kind: ResolverMappingKind,
pub type_str: String,
}Fields§
§argument_name: String§kind: ResolverMappingKind§type_str: StringTrait Implementations§
source§impl Clone for ResolverMapping
impl Clone for ResolverMapping
source§fn clone(&self) -> ResolverMapping
fn clone(&self) -> ResolverMapping
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 moreAuto Trait Implementations§
impl RefUnwindSafe for ResolverMapping
impl Send for ResolverMapping
impl Sync for ResolverMapping
impl Unpin for ResolverMapping
impl UnwindSafe for ResolverMapping
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