pub struct FrameCipher {
pub transport: HandshakeResult,
}Fields§
§transport: HandshakeResultImplementations§
Auto Trait Implementations§
impl Freeze for FrameCipher
impl RefUnwindSafe for FrameCipher
impl Send for FrameCipher
impl Sync for FrameCipher
impl Unpin for FrameCipher
impl UnsafeUnpin for FrameCipher
impl UnwindSafe for FrameCipher
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