pub struct CreateTokenResult {
pub token: DelegationToken,
pub token_public_key: String,
}Expand description
Result of creating a token: the encoded token string + the public key to store.
Fields§
§token: DelegationToken§token_public_key: StringAuto Trait Implementations§
impl Freeze for CreateTokenResult
impl RefUnwindSafe for CreateTokenResult
impl Send for CreateTokenResult
impl Sync for CreateTokenResult
impl Unpin for CreateTokenResult
impl UnsafeUnpin for CreateTokenResult
impl UnwindSafe for CreateTokenResult
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