pub struct SelectiveAck { /* private fields */ }
Implementations§
Source§impl SelectiveAck
impl SelectiveAck
Trait Implementations§
Source§impl Clone for SelectiveAck
impl Clone for SelectiveAck
Source§fn clone(&self) -> SelectiveAck
fn clone(&self) -> SelectiveAck
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 SelectiveAck
impl Debug for SelectiveAck
Source§impl Display for SelectiveAck
impl Display for SelectiveAck
Source§impl PartialEq for SelectiveAck
impl PartialEq for SelectiveAck
impl Eq for SelectiveAck
impl StructuralPartialEq for SelectiveAck
Auto Trait Implementations§
impl Freeze for SelectiveAck
impl RefUnwindSafe for SelectiveAck
impl Send for SelectiveAck
impl Sync for SelectiveAck
impl Unpin for SelectiveAck
impl UnwindSafe for SelectiveAck
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