pub struct SigningKeyConfig {
pub default: Option<Value>,
pub sdkms: Option<SdkmsSigningKeyConfig>,
}Expand description
Configures a key to sign the converted image
Fields§
§default: Option<Value>Requests signing the converted image with a default key
sdkms: Option<SdkmsSigningKeyConfig>Implementations§
Source§impl SigningKeyConfig
impl SigningKeyConfig
pub fn new() -> SigningKeyConfig
Trait Implementations§
Source§impl Clone for SigningKeyConfig
impl Clone for SigningKeyConfig
Source§fn clone(&self) -> SigningKeyConfig
fn clone(&self) -> SigningKeyConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SigningKeyConfig
impl Debug for SigningKeyConfig
Source§impl<'de> Deserialize<'de> for SigningKeyConfig
impl<'de> Deserialize<'de> for SigningKeyConfig
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<SigningKeyConfig, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<SigningKeyConfig, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SigningKeyConfig
impl PartialEq for SigningKeyConfig
Source§impl Serialize for SigningKeyConfig
impl Serialize for SigningKeyConfig
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for SigningKeyConfig
Auto Trait Implementations§
impl Freeze for SigningKeyConfig
impl RefUnwindSafe for SigningKeyConfig
impl Send for SigningKeyConfig
impl Sync for SigningKeyConfig
impl Unpin for SigningKeyConfig
impl UnwindSafe for SigningKeyConfig
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