pub struct ProfileGetResponse {
pub ok: bool,
pub error: Option<String>,
pub response_metadata: Option<ResponseMetadata>,
pub profile: Option<Profile>,
}Fields§
§ok: bool§error: Option<String>§response_metadata: Option<ResponseMetadata>§profile: Option<Profile>Trait Implementations§
Source§impl Debug for ProfileGetResponse
impl Debug for ProfileGetResponse
Source§impl Default for ProfileGetResponse
impl Default for ProfileGetResponse
Source§fn default() -> ProfileGetResponse
fn default() -> ProfileGetResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ProfileGetResponse
impl<'de> Deserialize<'de> for ProfileGetResponse
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
Source§impl PartialEq for ProfileGetResponse
impl PartialEq for ProfileGetResponse
Source§impl Serialize for ProfileGetResponse
impl Serialize for ProfileGetResponse
impl StructuralPartialEq for ProfileGetResponse
Auto Trait Implementations§
impl Freeze for ProfileGetResponse
impl RefUnwindSafe for ProfileGetResponse
impl Send for ProfileGetResponse
impl Sync for ProfileGetResponse
impl Unpin for ProfileGetResponse
impl UnwindSafe for ProfileGetResponse
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