pub struct DeployClientConfigV1 {
pub version: u32,
pub ssh_token: Option<String>,
}Fields§
§version: u32§ssh_token: Option<String>Token used for ssh access.
Implementations§
Trait Implementations§
source§impl Clone for DeployClientConfigV1
impl Clone for DeployClientConfigV1
source§fn clone(&self) -> DeployClientConfigV1
fn clone(&self) -> DeployClientConfigV1
Returns a copy 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 DeployClientConfigV1
impl Debug for DeployClientConfigV1
source§impl Default for DeployClientConfigV1
impl Default for DeployClientConfigV1
source§impl<'de> Deserialize<'de> for DeployClientConfigV1
impl<'de> Deserialize<'de> for DeployClientConfigV1
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<DeployClientConfigV1> for DeployClientConfigV1
impl PartialEq<DeployClientConfigV1> for DeployClientConfigV1
source§fn eq(&self, other: &DeployClientConfigV1) -> bool
fn eq(&self, other: &DeployClientConfigV1) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for DeployClientConfigV1
impl Serialize for DeployClientConfigV1
impl Eq for DeployClientConfigV1
impl StructuralEq for DeployClientConfigV1
impl StructuralPartialEq for DeployClientConfigV1
Auto Trait Implementations§
impl RefUnwindSafe for DeployClientConfigV1
impl Send for DeployClientConfigV1
impl Sync for DeployClientConfigV1
impl Unpin for DeployClientConfigV1
impl UnwindSafe for DeployClientConfigV1
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.