pub struct HubConnectionProofResponse {
pub protocol: String,
pub hub_id: String,
pub tenant_id: String,
pub scope_id: String,
pub nonce: String,
pub key_id: String,
pub signature: String,
}Fields§
§protocol: String§hub_id: String§tenant_id: String§scope_id: String§nonce: String§key_id: String§signature: StringTrait Implementations§
Source§impl Clone for HubConnectionProofResponse
impl Clone for HubConnectionProofResponse
Source§fn clone(&self) -> HubConnectionProofResponse
fn clone(&self) -> HubConnectionProofResponse
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 HubConnectionProofResponse
impl Debug for HubConnectionProofResponse
Source§impl<'de> Deserialize<'de> for HubConnectionProofResponse
impl<'de> Deserialize<'de> for HubConnectionProofResponse
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
impl Eq for HubConnectionProofResponse
impl StructuralPartialEq for HubConnectionProofResponse
Auto Trait Implementations§
impl Freeze for HubConnectionProofResponse
impl RefUnwindSafe for HubConnectionProofResponse
impl Send for HubConnectionProofResponse
impl Sync for HubConnectionProofResponse
impl Unpin for HubConnectionProofResponse
impl UnsafeUnpin for HubConnectionProofResponse
impl UnwindSafe for HubConnectionProofResponse
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