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