pub struct RunbookUpdateParameters {
pub properties: Option<RunbookUpdateProperties>,
pub name: Option<String>,
pub location: Option<String>,
pub tags: Option<Value>,
}Expand description
The parameters supplied to the update runbook operation.
Fields§
§properties: Option<RunbookUpdateProperties>The parameters supplied to the update runbook properties.
name: Option<String>Gets or sets the name of the resource.
location: Option<String>Gets or sets the location of the resource.
Gets or sets the tags attached to the resource.
Implementations§
Trait Implementations§
Source§impl Clone for RunbookUpdateParameters
impl Clone for RunbookUpdateParameters
Source§fn clone(&self) -> RunbookUpdateParameters
fn clone(&self) -> RunbookUpdateParameters
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 RunbookUpdateParameters
impl Debug for RunbookUpdateParameters
Source§impl Default for RunbookUpdateParameters
impl Default for RunbookUpdateParameters
Source§fn default() -> RunbookUpdateParameters
fn default() -> RunbookUpdateParameters
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RunbookUpdateParameters
impl<'de> Deserialize<'de> for RunbookUpdateParameters
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 RunbookUpdateParameters
impl PartialEq for RunbookUpdateParameters
Source§impl Serialize for RunbookUpdateParameters
impl Serialize for RunbookUpdateParameters
impl StructuralPartialEq for RunbookUpdateParameters
Auto Trait Implementations§
impl Freeze for RunbookUpdateParameters
impl RefUnwindSafe for RunbookUpdateParameters
impl Send for RunbookUpdateParameters
impl Sync for RunbookUpdateParameters
impl Unpin for RunbookUpdateParameters
impl UnwindSafe for RunbookUpdateParameters
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