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