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