pub struct CodeSigningAccountPatch {
pub tags: Option<Value>,
pub properties: Option<CodeSigningAccountPatchProperties>,
}Expand description
Parameters for creating or updating a trusted signing account.
Fields§
Resource tags.
properties: Option<CodeSigningAccountPatchProperties>Properties of the trusted signing account.
Implementations§
Trait Implementations§
Source§impl Clone for CodeSigningAccountPatch
impl Clone for CodeSigningAccountPatch
Source§fn clone(&self) -> CodeSigningAccountPatch
fn clone(&self) -> CodeSigningAccountPatch
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 CodeSigningAccountPatch
impl Debug for CodeSigningAccountPatch
Source§impl Default for CodeSigningAccountPatch
impl Default for CodeSigningAccountPatch
Source§fn default() -> CodeSigningAccountPatch
fn default() -> CodeSigningAccountPatch
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CodeSigningAccountPatch
impl<'de> Deserialize<'de> for CodeSigningAccountPatch
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CodeSigningAccountPatch
impl PartialEq for CodeSigningAccountPatch
Source§impl Serialize for CodeSigningAccountPatch
impl Serialize for CodeSigningAccountPatch
impl StructuralPartialEq for CodeSigningAccountPatch
Auto Trait Implementations§
impl Freeze for CodeSigningAccountPatch
impl RefUnwindSafe for CodeSigningAccountPatch
impl Send for CodeSigningAccountPatch
impl Sync for CodeSigningAccountPatch
impl Unpin for CodeSigningAccountPatch
impl UnwindSafe for CodeSigningAccountPatch
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