pub struct KeyOpts {
pub name: Keyname,
pub policy: Keypolicy,
}
Expand description
Options for requesting a key
Fields§
§name: Keyname
§policy: Keypolicy
Trait Implementations§
impl Copy for KeyOpts
impl Eq for KeyOpts
impl StructuralPartialEq for KeyOpts
Auto Trait Implementations§
impl Freeze for KeyOpts
impl RefUnwindSafe for KeyOpts
impl Send for KeyOpts
impl Sync for KeyOpts
impl Unpin for KeyOpts
impl UnwindSafe for KeyOpts
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