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