pub(crate) enum HandshakeHashOrBuffer {
Buffer(HandshakeHashBuffer),
Hash(HandshakeHash),
}
Variants§
Buffer(HandshakeHashBuffer)
Hash(HandshakeHash)
Auto Trait Implementations§
impl Freeze for HandshakeHashOrBuffer
impl !RefUnwindSafe for HandshakeHashOrBuffer
impl Send for HandshakeHashOrBuffer
impl Sync for HandshakeHashOrBuffer
impl Unpin for HandshakeHashOrBuffer
impl !UnwindSafe for HandshakeHashOrBuffer
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