pub struct TkaSubmitSignatureResponse {}Expand description
Response to GET /machine/tka/sign (Go tailcfg.TKASubmitSignatureResponse): empty
(// Nothing. (yet?)).
Trait Implementations§
Source§impl Clone for TkaSubmitSignatureResponse
impl Clone for TkaSubmitSignatureResponse
Source§fn clone(&self) -> TkaSubmitSignatureResponse
fn clone(&self) -> TkaSubmitSignatureResponse
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 TkaSubmitSignatureResponse
impl Debug for TkaSubmitSignatureResponse
Source§impl Default for TkaSubmitSignatureResponse
impl Default for TkaSubmitSignatureResponse
Source§fn default() -> TkaSubmitSignatureResponse
fn default() -> TkaSubmitSignatureResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TkaSubmitSignatureResponse
impl<'de> Deserialize<'de> for TkaSubmitSignatureResponse
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<TkaSubmitSignatureResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<TkaSubmitSignatureResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for TkaSubmitSignatureResponse
Source§impl PartialEq for TkaSubmitSignatureResponse
impl PartialEq for TkaSubmitSignatureResponse
Source§fn eq(&self, other: &TkaSubmitSignatureResponse) -> bool
fn eq(&self, other: &TkaSubmitSignatureResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for TkaSubmitSignatureResponse
impl Serialize for TkaSubmitSignatureResponse
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for TkaSubmitSignatureResponse
Auto Trait Implementations§
impl Freeze for TkaSubmitSignatureResponse
impl RefUnwindSafe for TkaSubmitSignatureResponse
impl Send for TkaSubmitSignatureResponse
impl Sync for TkaSubmitSignatureResponse
impl Unpin for TkaSubmitSignatureResponse
impl UnsafeUnpin for TkaSubmitSignatureResponse
impl UnwindSafe for TkaSubmitSignatureResponse
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.