pub struct SetupCode { /* private fields */ }Expand description
A newly provisioned HAP setup code.
The code is returned only when a store is created. The persisted file holds
an SRP verifier instead of the raw code. Call SetupCode::expose only at
the operator-facing provisioning boundary.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetupCode
impl RefUnwindSafe for SetupCode
impl Send for SetupCode
impl Sync for SetupCode
impl Unpin for SetupCode
impl UnsafeUnpin for SetupCode
impl UnwindSafe for SetupCode
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