pub struct TenantMember { /* private fields */ }Implementations§
Source§impl TenantMember
impl TenantMember
pub fn display_name<T>(self, value: T) -> Self
pub fn email<T>(self, value: T) -> Self
pub fn email_verified<T>(self, value: T) -> Self
pub fn origin<T>(self, value: T) -> Self
pub fn provider<T>(self, value: T) -> Self
pub fn role<T>(self, value: T) -> Self
pub fn subject<T>(self, value: T) -> Self
pub fn user_id<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for TenantMember
impl Clone for TenantMember
Source§fn clone(&self) -> TenantMember
fn clone(&self) -> TenantMember
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 TenantMember
impl Debug for TenantMember
Source§impl Default for TenantMember
impl Default for TenantMember
Source§impl From<TenantMember> for TenantMember
impl From<TenantMember> for TenantMember
Source§fn from(value: TenantMember) -> Self
fn from(value: TenantMember) -> Self
Converts to this type from the input type.
Source§impl TryFrom<TenantMember> for TenantMember
impl TryFrom<TenantMember> for TenantMember
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: TenantMember) -> Result<Self, ConversionError>
fn try_from(value: TenantMember) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for TenantMember
impl RefUnwindSafe for TenantMember
impl Send for TenantMember
impl Sync for TenantMember
impl Unpin for TenantMember
impl UnsafeUnpin for TenantMember
impl UnwindSafe for TenantMember
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