Struct ockam_api::nodes::service::NodeIdentities
source · pub struct NodeIdentities { /* private fields */ }Expand description
This struct supports identities operation that are either backed by a specific vault or which are using the default vault
Implementations§
source§impl NodeIdentities
impl NodeIdentities
pub fn new(identities: Arc<Identities>, cli_state: CliState) -> NodeIdentities
Auto Trait Implementations§
impl !RefUnwindSafe for NodeIdentities
impl Send for NodeIdentities
impl Sync for NodeIdentities
impl Unpin for NodeIdentities
impl !UnwindSafe for NodeIdentities
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