pub struct NoReliability;Expand description
No-op reliability layer (passthrough).
Accepts all frames without sequencing or retransmission.
Trait Implementations§
Source§impl ReliabilityRead for NoReliability
impl ReliabilityRead for NoReliability
Auto Trait Implementations§
impl Freeze for NoReliability
impl RefUnwindSafe for NoReliability
impl Send for NoReliability
impl Sync for NoReliability
impl Unpin for NoReliability
impl UnsafeUnpin for NoReliability
impl UnwindSafe for NoReliability
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