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