pub struct EmbeddedIdentity {
pub id: [u8; 32],
pub verify_key: [u8; 32],
}Fields§
§id: [u8; 32]§verify_key: [u8; 32]Implementations§
Trait Implementations§
Source§impl Clone for EmbeddedIdentity
impl Clone for EmbeddedIdentity
Source§fn clone(&self) -> EmbeddedIdentity
fn clone(&self) -> EmbeddedIdentity
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EmbeddedIdentity
impl Debug for EmbeddedIdentity
impl Eq for EmbeddedIdentity
Source§impl PartialEq for EmbeddedIdentity
impl PartialEq for EmbeddedIdentity
Source§fn eq(&self, other: &EmbeddedIdentity) -> bool
fn eq(&self, other: &EmbeddedIdentity) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EmbeddedIdentity
Auto Trait Implementations§
impl Freeze for EmbeddedIdentity
impl RefUnwindSafe for EmbeddedIdentity
impl Send for EmbeddedIdentity
impl Sync for EmbeddedIdentity
impl Unpin for EmbeddedIdentity
impl UnsafeUnpin for EmbeddedIdentity
impl UnwindSafe for EmbeddedIdentity
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