pub struct UpdateAzureTargetOutput {
pub target_id: Option<i64>,
}Fields§
§target_id: Option<i64>Implementations§
Source§impl UpdateAzureTargetOutput
impl UpdateAzureTargetOutput
pub fn new() -> UpdateAzureTargetOutput
Trait Implementations§
Source§impl Clone for UpdateAzureTargetOutput
impl Clone for UpdateAzureTargetOutput
Source§fn clone(&self) -> UpdateAzureTargetOutput
fn clone(&self) -> UpdateAzureTargetOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UpdateAzureTargetOutput
impl Debug for UpdateAzureTargetOutput
Source§impl Default for UpdateAzureTargetOutput
impl Default for UpdateAzureTargetOutput
Source§fn default() -> UpdateAzureTargetOutput
fn default() -> UpdateAzureTargetOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateAzureTargetOutput
impl<'de> Deserialize<'de> for UpdateAzureTargetOutput
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 UpdateAzureTargetOutput
impl PartialEq for UpdateAzureTargetOutput
Source§fn eq(&self, other: &UpdateAzureTargetOutput) -> bool
fn eq(&self, other: &UpdateAzureTargetOutput) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UpdateAzureTargetOutput
impl Serialize for UpdateAzureTargetOutput
impl StructuralPartialEq for UpdateAzureTargetOutput
Auto Trait Implementations§
impl Freeze for UpdateAzureTargetOutput
impl RefUnwindSafe for UpdateAzureTargetOutput
impl Send for UpdateAzureTargetOutput
impl Sync for UpdateAzureTargetOutput
impl Unpin for UpdateAzureTargetOutput
impl UnsafeUnpin for UpdateAzureTargetOutput
impl UnwindSafe for UpdateAzureTargetOutput
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