Struct wildland_corex::MasterIdentity
source · [−]pub struct MasterIdentity { /* private fields */ }
Implementations
sourceimpl MasterIdentity
impl MasterIdentity
pub fn new(crypto_identity: Option<CryptoIdentity>) -> Self
pub fn create_forest_identity(
&self,
index: u64
) -> Result<WildlandIdentity, 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more