pub struct DeletedAutomationAccount {
pub properties: Option<DeletedAutomationAccountProperties>,
pub id: Option<String>,
pub name: Option<String>,
pub type_: Option<String>,
pub location: Option<String>,
}Expand description
Definition of the deleted automation account type.
Fields§
§properties: Option<DeletedAutomationAccountProperties>Definition of the deleted automation account properties.
id: Option<String>The resource id.
name: Option<String>Gets or sets name of the resource.
type_: Option<String>The resource type.
location: Option<String>Gets or sets the location of the resource.
Implementations§
Trait Implementations§
Source§impl Clone for DeletedAutomationAccount
impl Clone for DeletedAutomationAccount
Source§fn clone(&self) -> DeletedAutomationAccount
fn clone(&self) -> DeletedAutomationAccount
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 DeletedAutomationAccount
impl Debug for DeletedAutomationAccount
Source§impl Default for DeletedAutomationAccount
impl Default for DeletedAutomationAccount
Source§fn default() -> DeletedAutomationAccount
fn default() -> DeletedAutomationAccount
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeletedAutomationAccount
impl<'de> Deserialize<'de> for DeletedAutomationAccount
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 DeletedAutomationAccount
impl PartialEq for DeletedAutomationAccount
Source§impl Serialize for DeletedAutomationAccount
impl Serialize for DeletedAutomationAccount
impl StructuralPartialEq for DeletedAutomationAccount
Auto Trait Implementations§
impl Freeze for DeletedAutomationAccount
impl RefUnwindSafe for DeletedAutomationAccount
impl Send for DeletedAutomationAccount
impl Sync for DeletedAutomationAccount
impl Unpin for DeletedAutomationAccount
impl UnwindSafe for DeletedAutomationAccount
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