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