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