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