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