pub enum RequestKind {
Call(CallRequest),
Cancellation(CancellationRequest),
SendFd(SendFdRequest),
MsyncMsg,
MunmapMsg,
MmapMsg,
}
Variants§
Call(CallRequest)
Cancellation(CancellationRequest)
SendFd(SendFdRequest)
MsyncMsg
MunmapMsg
MmapMsg
Auto Trait Implementations§
impl Freeze for RequestKind
impl RefUnwindSafe for RequestKind
impl Send for RequestKind
impl Sync for RequestKind
impl Unpin for RequestKind
impl UnwindSafe for RequestKind
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