Struct ppaass_codec::codec::proxy::PpaassProxyMessageEncoder
source · pub struct PpaassProxyMessageEncoder<T>where
T: RsaCryptoFetcher,{ /* private fields */ }Expand description
Encode the ppaass message to bytes buffer
Implementations§
source§impl<T> PpaassProxyMessageEncoder<T>where
T: RsaCryptoFetcher,
impl<T> PpaassProxyMessageEncoder<T>where
T: RsaCryptoFetcher,
Trait Implementations§
source§impl<T> Encoder<PpaassProxyMessage> for PpaassProxyMessageEncoder<T>where
T: RsaCryptoFetcher,
impl<T> Encoder<PpaassProxyMessage> for PpaassProxyMessageEncoder<T>where
T: RsaCryptoFetcher,
Auto Trait Implementations§
impl<T> !Freeze for PpaassProxyMessageEncoder<T>
impl<T> RefUnwindSafe for PpaassProxyMessageEncoder<T>where
T: RefUnwindSafe,
impl<T> Send for PpaassProxyMessageEncoder<T>where
T: Send,
impl<T> Sync for PpaassProxyMessageEncoder<T>where
T: Sync,
impl<T> Unpin for PpaassProxyMessageEncoder<T>where
T: Unpin,
impl<T> UnwindSafe for PpaassProxyMessageEncoder<T>where
T: UnwindSafe,
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