pub struct PlaintextPacketCipher;Expand description
Explicit plaintext cipher for tests and integrations that only need authentication framing.
Trait Implementations§
Source§impl Clone for PlaintextPacketCipher
impl Clone for PlaintextPacketCipher
Source§fn clone(&self) -> PlaintextPacketCipher
fn clone(&self) -> PlaintextPacketCipher
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 Copy for PlaintextPacketCipher
Source§impl Debug for PlaintextPacketCipher
impl Debug for PlaintextPacketCipher
Source§impl Default for PlaintextPacketCipher
impl Default for PlaintextPacketCipher
Source§fn default() -> PlaintextPacketCipher
fn default() -> PlaintextPacketCipher
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PlaintextPacketCipher
impl RefUnwindSafe for PlaintextPacketCipher
impl Send for PlaintextPacketCipher
impl Sync for PlaintextPacketCipher
impl Unpin for PlaintextPacketCipher
impl UnsafeUnpin for PlaintextPacketCipher
impl UnwindSafe for PlaintextPacketCipher
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