pub struct PairingStoreProvisioning {
pub store: PairingStore,
pub setup_code: Option<SetupCode>,
}Expand description
Result of opening an existing store or provisioning a new one.
Fields§
§store: PairingStore§setup_code: Option<SetupCode>Present only on first creation. It is never recoverable from the store.
Auto Trait Implementations§
impl !Freeze for PairingStoreProvisioning
impl RefUnwindSafe for PairingStoreProvisioning
impl Send for PairingStoreProvisioning
impl Sync for PairingStoreProvisioning
impl Unpin for PairingStoreProvisioning
impl UnsafeUnpin for PairingStoreProvisioning
impl UnwindSafe for PairingStoreProvisioning
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