pub struct DummyKeyProvider { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for DummyKeyProvider
impl Clone for DummyKeyProvider
Source§fn clone(&self) -> DummyKeyProvider
fn clone(&self) -> DummyKeyProvider
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 DummyKeyProvider
impl Debug for DummyKeyProvider
Source§impl Default for DummyKeyProvider
impl Default for DummyKeyProvider
Source§fn default() -> DummyKeyProvider
fn default() -> DummyKeyProvider
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DummyKeyProvider
impl RefUnwindSafe for DummyKeyProvider
impl Send for DummyKeyProvider
impl Sync for DummyKeyProvider
impl Unpin for DummyKeyProvider
impl UnsafeUnpin for DummyKeyProvider
impl UnwindSafe for DummyKeyProvider
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