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