pub struct GetUserIdentityResponse {
pub user_id: String,
pub tenant: String,
pub databases: HashSet<String>,
}Fields§
§user_id: String§tenant: String§databases: HashSet<String>Trait Implementations§
Source§impl Debug for GetUserIdentityResponse
impl Debug for GetUserIdentityResponse
Source§impl<'de> Deserialize<'de> for GetUserIdentityResponse
impl<'de> Deserialize<'de> for GetUserIdentityResponse
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 GetUserIdentityResponse
impl RefUnwindSafe for GetUserIdentityResponse
impl Send for GetUserIdentityResponse
impl Sync for GetUserIdentityResponse
impl Unpin for GetUserIdentityResponse
impl UnwindSafe for GetUserIdentityResponse
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