pub enum UnstreamPacketResult {
Error,
Timeout,
Payload(Vec<u8>),
}Variants§
Trait Implementations§
Source§impl Debug for UnstreamPacketResult
impl Debug for UnstreamPacketResult
Source§impl PartialEq for UnstreamPacketResult
impl PartialEq for UnstreamPacketResult
impl StructuralPartialEq for UnstreamPacketResult
Auto Trait Implementations§
impl Freeze for UnstreamPacketResult
impl RefUnwindSafe for UnstreamPacketResult
impl Send for UnstreamPacketResult
impl Sync for UnstreamPacketResult
impl Unpin for UnstreamPacketResult
impl UnwindSafe for UnstreamPacketResult
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