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