pub struct NodeChallengePayload {
pub protocol: String,
pub aud: String,
pub nonce: String,
pub scope_id: String,
pub node_type: String,
pub host_id: String,
pub fingerprint: String,
pub service_instance_id: String,
pub instance_policy: NodeInstancePolicy,
pub instance_slot: String,
}Fields§
§protocol: String§aud: String§nonce: String§scope_id: String§node_type: String§host_id: String§fingerprint: String§service_instance_id: String§instance_policy: NodeInstancePolicy§instance_slot: StringTrait Implementations§
Source§impl Clone for NodeChallengePayload
impl Clone for NodeChallengePayload
Source§fn clone(&self) -> NodeChallengePayload
fn clone(&self) -> NodeChallengePayload
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 NodeChallengePayload
impl Debug for NodeChallengePayload
Source§impl<'de> Deserialize<'de> for NodeChallengePayload
impl<'de> Deserialize<'de> for NodeChallengePayload
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
Auto Trait Implementations§
impl Freeze for NodeChallengePayload
impl RefUnwindSafe for NodeChallengePayload
impl Send for NodeChallengePayload
impl Sync for NodeChallengePayload
impl Unpin for NodeChallengePayload
impl UnsafeUnpin for NodeChallengePayload
impl UnwindSafe for NodeChallengePayload
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