pub struct NoopKeyProvider;Expand description
Empty key provider
Trait Implementations§
Source§impl Clone for NoopKeyProvider
impl Clone for NoopKeyProvider
Source§fn clone(&self) -> NoopKeyProvider
fn clone(&self) -> NoopKeyProvider
Returns a duplicate 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 NoopKeyProvider
impl Debug for NoopKeyProvider
Source§impl KeyProvider for NoopKeyProvider
impl KeyProvider for NoopKeyProvider
Auto Trait Implementations§
impl Freeze for NoopKeyProvider
impl RefUnwindSafe for NoopKeyProvider
impl Send for NoopKeyProvider
impl Sync for NoopKeyProvider
impl Unpin for NoopKeyProvider
impl UnwindSafe for NoopKeyProvider
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