pub struct Receiver {
pub arq: AutomaticRepeatRequestAlgorithm,
pub decryption: Decryption,
}Fields§
§arq: AutomaticRepeatRequestAlgorithm§decryption: DecryptionImplementations§
Source§impl Receiver
impl Receiver
pub fn new(settings: ConnectionSettings) -> Self
pub fn is_flushed(&self) -> bool
pub fn rx_acknowledged_time(&self) -> Duration
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Receiver
impl RefUnwindSafe for Receiver
impl Send for Receiver
impl Sync for Receiver
impl Unpin for Receiver
impl UnwindSafe for Receiver
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