pub struct TargetCreateTargetResult {
pub target_id: String,
}Expand description
Typed result for Target.createTarget.
Fields§
§target_id: StringCreated target id.
Trait Implementations§
Source§impl Clone for TargetCreateTargetResult
impl Clone for TargetCreateTargetResult
Source§fn clone(&self) -> TargetCreateTargetResult
fn clone(&self) -> TargetCreateTargetResult
Returns a duplicate of the value. Read more
1.0.0 · 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 TargetCreateTargetResult
impl Debug for TargetCreateTargetResult
Source§impl<'de> Deserialize<'de> for TargetCreateTargetResult
impl<'de> Deserialize<'de> for TargetCreateTargetResult
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 TargetCreateTargetResult
impl PartialEq for TargetCreateTargetResult
Source§impl Serialize for TargetCreateTargetResult
impl Serialize for TargetCreateTargetResult
impl Eq for TargetCreateTargetResult
impl StructuralPartialEq for TargetCreateTargetResult
Auto Trait Implementations§
impl Freeze for TargetCreateTargetResult
impl RefUnwindSafe for TargetCreateTargetResult
impl Send for TargetCreateTargetResult
impl Sync for TargetCreateTargetResult
impl Unpin for TargetCreateTargetResult
impl UnsafeUnpin for TargetCreateTargetResult
impl UnwindSafe for TargetCreateTargetResult
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