Struct mutiny_core::nodemanager::NodeIdentity
source · pub struct NodeIdentity {
pub uuid: String,
pub pubkey: PublicKey,
}Fields§
§uuid: String§pubkey: PublicKeyAuto Trait Implementations§
impl RefUnwindSafe for NodeIdentity
impl Send for NodeIdentity
impl Sync for NodeIdentity
impl Unpin for NodeIdentity
impl UnwindSafe for NodeIdentity
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