Struct dcl_crypto::authenticator::WithoutTransport
source · pub struct WithoutTransport {}
Trait Implementations§
source§impl Clone for WithoutTransport
impl Clone for WithoutTransport
source§fn clone(&self) -> WithoutTransport
fn clone(&self) -> WithoutTransport
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 Debug for WithoutTransport
impl Debug for WithoutTransport
source§impl Transport for WithoutTransport
impl Transport for WithoutTransport
Auto Trait Implementations§
impl RefUnwindSafe for WithoutTransport
impl Send for WithoutTransport
impl Sync for WithoutTransport
impl Unpin for WithoutTransport
impl UnwindSafe for WithoutTransport
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