pub struct V3DerivedKeys {
pub auth_key: Option<LocalizedKey>,
pub priv_key: Option<PrivKey>,
}Expand description
Derived keys for a specific engine ID.
Fields§
§auth_key: Option<LocalizedKey>§priv_key: Option<PrivKey>Auto Trait Implementations§
impl Freeze for V3DerivedKeys
impl RefUnwindSafe for V3DerivedKeys
impl Send for V3DerivedKeys
impl Sync for V3DerivedKeys
impl Unpin for V3DerivedKeys
impl UnwindSafe for V3DerivedKeys
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