pub struct BeaconKey { /* private fields */ }Expand description
Beacon encryption key derived from mesh genesis
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BeaconKey
impl RefUnwindSafe for BeaconKey
impl Send for BeaconKey
impl Sync for BeaconKey
impl Unpin for BeaconKey
impl UnwindSafe for BeaconKey
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