pub struct AuthenticationChallenge {
pub authentication_challenge: ThreeTwo,
}Fields§
§authentication_challenge: ThreeTwoTrait Implementations§
Source§impl Clone for AuthenticationChallenge
impl Clone for AuthenticationChallenge
Source§fn clone(&self) -> AuthenticationChallenge
fn clone(&self) -> AuthenticationChallenge
Returns a copy 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 ProstCommunicable<Response> for AuthenticationChallenge
impl ProstCommunicable<Response> for AuthenticationChallenge
const COMMUNICATION_VARIANT: Response = Response::AuthenticationChallenge
fn to_communication_via_prost(&self) -> Communication<T>
fn try_from_communication( communication: &Communication<T>, ) -> Result<Self, DecodeError>
Source§impl ProstDecode for AuthenticationChallenge
impl ProstDecode for AuthenticationChallenge
type EncodedType = AuthenticationChallenge
fn decode<M>(message: M) -> Result<Self, DecodeError>
Source§impl RandomFromRng for AuthenticationChallenge
impl RandomFromRng for AuthenticationChallenge
fn random_from_rng(csprng: &mut impl CryptoRngCore) -> Self
impl Copy for AuthenticationChallenge
Auto Trait Implementations§
impl Freeze for AuthenticationChallenge
impl RefUnwindSafe for AuthenticationChallenge
impl Send for AuthenticationChallenge
impl Sync for AuthenticationChallenge
impl Unpin for AuthenticationChallenge
impl UnwindSafe for AuthenticationChallenge
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