pub enum RelayItem {
Packed(Arc<[u8]>),
Packet(Arc<Packet>),
}Variants§
Trait Implementations§
impl Eq for RelayItem
impl StructuralPartialEq for RelayItem
Auto Trait Implementations§
impl Freeze for RelayItem
impl RefUnwindSafe for RelayItem
impl Send for RelayItem
impl Sync for RelayItem
impl Unpin for RelayItem
impl UnsafeUnpin for RelayItem
impl UnwindSafe for RelayItem
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