pub struct AuthorizationReceipt {
pub proof: String,
pub host_id: String,
pub user_id: String,
}Fields§
§proof: String§host_id: String§user_id: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for AuthorizationReceipt
impl<'de> Deserialize<'de> for AuthorizationReceipt
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 AuthorizationReceipt
impl RefUnwindSafe for AuthorizationReceipt
impl Send for AuthorizationReceipt
impl Sync for AuthorizationReceipt
impl Unpin for AuthorizationReceipt
impl UnsafeUnpin for AuthorizationReceipt
impl UnwindSafe for AuthorizationReceipt
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