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