pub struct GetMeResponseIdentitiesItem { /* private fields */ }Implementations§
Source§impl GetMeResponseIdentitiesItem
impl GetMeResponseIdentitiesItem
pub fn id<T>(self, value: T) -> Self
pub fn provider_display_name<T>(self, value: T) -> Self
pub fn provider_instance_id<T>(self, value: T) -> Self
pub fn provider_kind<T>(self, value: T) -> Self
pub fn username<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for GetMeResponseIdentitiesItem
impl Clone for GetMeResponseIdentitiesItem
Source§fn clone(&self) -> GetMeResponseIdentitiesItem
fn clone(&self) -> GetMeResponseIdentitiesItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetMeResponseIdentitiesItem
impl Debug for GetMeResponseIdentitiesItem
Source§impl From<GetMeResponseIdentitiesItem> for GetMeResponseIdentitiesItem
impl From<GetMeResponseIdentitiesItem> for GetMeResponseIdentitiesItem
Source§fn from(value: GetMeResponseIdentitiesItem) -> Self
fn from(value: GetMeResponseIdentitiesItem) -> Self
Converts to this type from the input type.
Source§impl TryFrom<GetMeResponseIdentitiesItem> for GetMeResponseIdentitiesItem
impl TryFrom<GetMeResponseIdentitiesItem> for GetMeResponseIdentitiesItem
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: GetMeResponseIdentitiesItem) -> Result<Self, ConversionError>
fn try_from(value: GetMeResponseIdentitiesItem) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for GetMeResponseIdentitiesItem
impl RefUnwindSafe for GetMeResponseIdentitiesItem
impl Send for GetMeResponseIdentitiesItem
impl Sync for GetMeResponseIdentitiesItem
impl Unpin for GetMeResponseIdentitiesItem
impl UnsafeUnpin for GetMeResponseIdentitiesItem
impl UnwindSafe for GetMeResponseIdentitiesItem
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