pub struct DefaultMapPathResolver;
Trait Implementations§
Source§impl Clone for DefaultMapPathResolver
impl Clone for DefaultMapPathResolver
Source§fn clone(&self) -> DefaultMapPathResolver
fn clone(&self) -> DefaultMapPathResolver
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 DefaultMapPathResolver
impl Debug for DefaultMapPathResolver
Source§impl PathResolver for DefaultMapPathResolver
impl PathResolver for DefaultMapPathResolver
Source§fn new<'a, T>(_k1: T, _k2: T) -> Self
fn new<'a, T>(_k1: T, _k2: T) -> Self
Object implementing this trait can determine that two different
keys from src and tgt represents the same object and thus must be mapped
Auto Trait Implementations§
impl Freeze for DefaultMapPathResolver
impl RefUnwindSafe for DefaultMapPathResolver
impl Send for DefaultMapPathResolver
impl Sync for DefaultMapPathResolver
impl Unpin for DefaultMapPathResolver
impl UnwindSafe for DefaultMapPathResolver
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