pub struct StaticKeyring { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for StaticKeyring
impl Clone for StaticKeyring
Source§fn clone(&self) -> StaticKeyring
fn clone(&self) -> StaticKeyring
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 moreSource§impl KeyProvider for StaticKeyring
impl KeyProvider for StaticKeyring
Auto Trait Implementations§
impl Freeze for StaticKeyring
impl RefUnwindSafe for StaticKeyring
impl Send for StaticKeyring
impl Sync for StaticKeyring
impl Unpin for StaticKeyring
impl UnsafeUnpin for StaticKeyring
impl UnwindSafe for StaticKeyring
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