pub struct IdentityProfile {
pub id: String,
}Expand description
OAuth profile information
Fields§
§id: StringProfile ID beginning with profile_
Trait Implementations§
Source§impl Clone for IdentityProfile
impl Clone for IdentityProfile
Source§fn clone(&self) -> IdentityProfile
fn clone(&self) -> IdentityProfile
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for IdentityProfile
impl Debug for IdentityProfile
Source§impl<'de> Deserialize<'de> for IdentityProfile
impl<'de> Deserialize<'de> for IdentityProfile
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 IdentityProfile
impl PartialEq for IdentityProfile
Source§impl Serialize for IdentityProfile
impl Serialize for IdentityProfile
impl Eq for IdentityProfile
impl StructuralPartialEq for IdentityProfile
Auto Trait Implementations§
impl Freeze for IdentityProfile
impl RefUnwindSafe for IdentityProfile
impl Send for IdentityProfile
impl Sync for IdentityProfile
impl Unpin for IdentityProfile
impl UnwindSafe for IdentityProfile
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