pub struct SharedIdentityResolver(_);
Expand description
Container for a shared identity resolver.
Implementations§
sourcepub fn new(resolver: impl IdentityResolver + 'static) -> Self
pub fn new(resolver: impl IdentityResolver + 'static) -> Self
Creates a new SharedIdentityResolver
from the given resolver.
Trait Implementations§
source§fn clone(&self) -> SharedIdentityResolver
fn clone(&self) -> SharedIdentityResolver
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§
Blanket Implementations§
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more