pub struct AttestationGenerateResponse {
pub token: String,
}Fields§
§token: StringTrait Implementations§
Source§impl Clone for AttestationGenerateResponse
impl Clone for AttestationGenerateResponse
Source§fn clone(&self) -> AttestationGenerateResponse
fn clone(&self) -> AttestationGenerateResponse
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 AttestationGenerateResponse
impl Debug for AttestationGenerateResponse
Source§impl<'de> Deserialize<'de> for AttestationGenerateResponse
impl<'de> Deserialize<'de> for AttestationGenerateResponse
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 AttestationGenerateResponse
impl PartialEq for AttestationGenerateResponse
Source§fn eq(&self, other: &AttestationGenerateResponse) -> bool
fn eq(&self, other: &AttestationGenerateResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AttestationGenerateResponse
Auto Trait Implementations§
impl Freeze for AttestationGenerateResponse
impl RefUnwindSafe for AttestationGenerateResponse
impl Send for AttestationGenerateResponse
impl Sync for AttestationGenerateResponse
impl Unpin for AttestationGenerateResponse
impl UnsafeUnpin for AttestationGenerateResponse
impl UnwindSafe for AttestationGenerateResponse
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