pub struct CodeSigningAccount {
pub tracked_resource: TrackedResource,
pub properties: Option<CodeSigningAccountProperties>,
}Expand description
Trusted signing account resource.
Fields§
§tracked_resource: TrackedResource§properties: Option<CodeSigningAccountProperties>Properties of the trusted signing account.
Implementations§
Source§impl CodeSigningAccount
impl CodeSigningAccount
pub fn new(tracked_resource: TrackedResource) -> Self
Trait Implementations§
Source§impl Clone for CodeSigningAccount
impl Clone for CodeSigningAccount
Source§fn clone(&self) -> CodeSigningAccount
fn clone(&self) -> CodeSigningAccount
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 CodeSigningAccount
impl Debug for CodeSigningAccount
Source§impl<'de> Deserialize<'de> for CodeSigningAccount
impl<'de> Deserialize<'de> for CodeSigningAccount
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 CodeSigningAccount
impl PartialEq for CodeSigningAccount
Source§impl Serialize for CodeSigningAccount
impl Serialize for CodeSigningAccount
impl StructuralPartialEq for CodeSigningAccount
Auto Trait Implementations§
impl Freeze for CodeSigningAccount
impl RefUnwindSafe for CodeSigningAccount
impl Send for CodeSigningAccount
impl Sync for CodeSigningAccount
impl Unpin for CodeSigningAccount
impl UnwindSafe for CodeSigningAccount
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