pub struct NoopPersonaProvider;Expand description
Noop provider: lists nothing, lookups return None.
Trait Implementations§
Source§impl Clone for NoopPersonaProvider
impl Clone for NoopPersonaProvider
Source§fn clone(&self) -> NoopPersonaProvider
fn clone(&self) -> NoopPersonaProvider
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NoopPersonaProvider
Source§impl Debug for NoopPersonaProvider
impl Debug for NoopPersonaProvider
Source§impl Default for NoopPersonaProvider
impl Default for NoopPersonaProvider
Source§fn default() -> NoopPersonaProvider
fn default() -> NoopPersonaProvider
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NoopPersonaProvider
impl RefUnwindSafe for NoopPersonaProvider
impl Send for NoopPersonaProvider
impl Sync for NoopPersonaProvider
impl Unpin for NoopPersonaProvider
impl UnsafeUnpin for NoopPersonaProvider
impl UnwindSafe for NoopPersonaProvider
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