pub enum ExpectedReplyType {
KernelInfo,
ExecuteReply,
None,
}Variants§
Trait Implementations§
Source§impl Debug for ExpectedReplyType
impl Debug for ExpectedReplyType
Source§impl From<&Request> for ExpectedReplyType
impl From<&Request> for ExpectedReplyType
Source§impl From<&Response> for ExpectedReplyType
impl From<&Response> for ExpectedReplyType
Source§impl PartialEq for ExpectedReplyType
impl PartialEq for ExpectedReplyType
impl StructuralPartialEq for ExpectedReplyType
Auto Trait Implementations§
impl Freeze for ExpectedReplyType
impl RefUnwindSafe for ExpectedReplyType
impl Send for ExpectedReplyType
impl Sync for ExpectedReplyType
impl Unpin for ExpectedReplyType
impl UnwindSafe for ExpectedReplyType
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