Struct wildland_corex::MasterIdentity
source · pub struct MasterIdentity { /* private fields */ }
Implementations§
source§impl MasterIdentity
impl MasterIdentity
pub fn new(crypto_identity: Option<CryptoIdentity>) -> Self
pub fn create_forest_identity( &self, index: u64 ) -> Result<ForestIdentity, ForestIdentityCreationError>
pub fn create_device_identity(&self, name: String) -> WildlandIdentity
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MasterIdentity
impl Send for MasterIdentity
impl Sync for MasterIdentity
impl Unpin for MasterIdentity
impl UnwindSafe for MasterIdentity
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