pub enum Down {
PushAck(Packet),
PullAck(Packet),
PullResp(Box<Packet>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Down
impl RefUnwindSafe for Down
impl Send for Down
impl Sync for Down
impl Unpin for Down
impl UnwindSafe for Down
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