pub struct UpdateTargetDetails {
pub json: Option<bool>,
}Expand description
UpdateTargetDetails : updateTargetDetails is a command that updates an existing target. [Deprecated]
Fields§
§json: Option<bool>Set output format to JSON
Implementations§
Source§impl UpdateTargetDetails
impl UpdateTargetDetails
Sourcepub fn new() -> UpdateTargetDetails
pub fn new() -> UpdateTargetDetails
updateTargetDetails is a command that updates an existing target. [Deprecated]
Trait Implementations§
Source§impl Clone for UpdateTargetDetails
impl Clone for UpdateTargetDetails
Source§fn clone(&self) -> UpdateTargetDetails
fn clone(&self) -> UpdateTargetDetails
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 UpdateTargetDetails
impl Debug for UpdateTargetDetails
Source§impl Default for UpdateTargetDetails
impl Default for UpdateTargetDetails
Source§fn default() -> UpdateTargetDetails
fn default() -> UpdateTargetDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateTargetDetails
impl<'de> Deserialize<'de> for UpdateTargetDetails
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 UpdateTargetDetails
impl PartialEq for UpdateTargetDetails
Source§fn eq(&self, other: &UpdateTargetDetails) -> bool
fn eq(&self, other: &UpdateTargetDetails) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for UpdateTargetDetails
impl Serialize for UpdateTargetDetails
impl StructuralPartialEq for UpdateTargetDetails
Auto Trait Implementations§
impl Freeze for UpdateTargetDetails
impl RefUnwindSafe for UpdateTargetDetails
impl Send for UpdateTargetDetails
impl Sync for UpdateTargetDetails
impl Unpin for UpdateTargetDetails
impl UnsafeUnpin for UpdateTargetDetails
impl UnwindSafe for UpdateTargetDetails
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