pub(crate) enum ResolverMappingKind {
Object,
RefList,
Value,
}Variants§
Implementations§
source§impl ResolverMappingKind
impl ResolverMappingKind
pub(crate) fn is_ref_list(&self) -> bool
Trait Implementations§
source§impl Clone for ResolverMappingKind
impl Clone for ResolverMappingKind
source§fn clone(&self) -> ResolverMappingKind
fn clone(&self) -> ResolverMappingKind
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 ResolverMappingKind
impl Send for ResolverMappingKind
impl Sync for ResolverMappingKind
impl Unpin for ResolverMappingKind
impl UnwindSafe for ResolverMappingKind
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