pub struct RegisteredKey {
pub version: String,
pub key_handle: Option<String>,
pub app_id: String,
}Fields§
§version: String§key_handle: Option<String>§app_id: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for RegisteredKey
impl RefUnwindSafe for RegisteredKey
impl Send for RegisteredKey
impl Sync for RegisteredKey
impl Unpin for RegisteredKey
impl UnwindSafe for RegisteredKey
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