pub struct BoxStreamParams {
pub receive: Params,
pub send: Params,
}
Expand description
A pair of CipherParams, one for receiving and decrypting data, the other for encrypting and sending data.
Fields§
§receive: Params
§send: Params
Trait Implementations§
Source§impl Clone for BoxStreamParams
impl Clone for BoxStreamParams
Source§fn clone(&self) -> BoxStreamParams
fn clone(&self) -> BoxStreamParams
Returns a duplicate 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 BoxStreamParams
impl Debug for BoxStreamParams
Source§impl PartialEq for BoxStreamParams
impl PartialEq for BoxStreamParams
impl Eq for BoxStreamParams
impl StructuralPartialEq for BoxStreamParams
Auto Trait Implementations§
impl Freeze for BoxStreamParams
impl RefUnwindSafe for BoxStreamParams
impl Send for BoxStreamParams
impl Sync for BoxStreamParams
impl Unpin for BoxStreamParams
impl UnwindSafe for BoxStreamParams
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