pub struct GetUserDelegationKeyResponse {
pub common: CommonStorageResponseHeaders,
pub user_deligation_key: UserDeligationKey,
}
Fields§
§common: CommonStorageResponseHeaders
§user_deligation_key: UserDeligationKey
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetUserDelegationKeyResponse
impl RefUnwindSafe for GetUserDelegationKeyResponse
impl Send for GetUserDelegationKeyResponse
impl Sync for GetUserDelegationKeyResponse
impl Unpin for GetUserDelegationKeyResponse
impl UnwindSafe for GetUserDelegationKeyResponse
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