pub struct QueryIdentityResponse {
pub identity: Option<Vec<u8>>,
}Fields§
§identity: Option<Vec<u8>>Trait Implementations§
Source§impl Debug for QueryIdentityResponse
impl Debug for QueryIdentityResponse
Auto Trait Implementations§
impl Freeze for QueryIdentityResponse
impl RefUnwindSafe for QueryIdentityResponse
impl Send for QueryIdentityResponse
impl Sync for QueryIdentityResponse
impl Unpin for QueryIdentityResponse
impl UnsafeUnpin for QueryIdentityResponse
impl UnwindSafe for QueryIdentityResponse
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