pub struct OpaquePhoneAuthenticationResponse(/* private fields */);Expand description
A bounded unsupported authentication response retained without inspection.
Implementations§
Trait Implementations§
Source§impl Clone for OpaquePhoneAuthenticationResponse
impl Clone for OpaquePhoneAuthenticationResponse
Source§fn clone(&self) -> OpaquePhoneAuthenticationResponse
fn clone(&self) -> OpaquePhoneAuthenticationResponse
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 moreimpl Eq for OpaquePhoneAuthenticationResponse
impl StructuralPartialEq for OpaquePhoneAuthenticationResponse
Auto Trait Implementations§
impl Freeze for OpaquePhoneAuthenticationResponse
impl RefUnwindSafe for OpaquePhoneAuthenticationResponse
impl Send for OpaquePhoneAuthenticationResponse
impl Sync for OpaquePhoneAuthenticationResponse
impl Unpin for OpaquePhoneAuthenticationResponse
impl UnsafeUnpin for OpaquePhoneAuthenticationResponse
impl UnwindSafe for OpaquePhoneAuthenticationResponse
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