Struct sos_sdk::NativeKeyring
source · pub struct NativeKeyring { /* private fields */ }Available on crate feature
keyring only.Expand description
Native keyring provides access to the system keychain.
Implementations§
source§impl NativeKeyring
impl NativeKeyring
Trait Implementations§
source§impl Default for NativeKeyring
impl Default for NativeKeyring
source§fn default() -> NativeKeyring
fn default() -> NativeKeyring
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for NativeKeyring
impl Send for NativeKeyring
impl Sync for NativeKeyring
impl Unpin for NativeKeyring
impl UnwindSafe for NativeKeyring
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere
T: Default,
type NoneType = T
§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.