pub enum CaptureError {
CapnProto(Error),
UnsupportedTap,
MemoryUnavailable,
}
Variants§
Trait Implementations§
Source§impl From<CaptureError> for Gen3RpcError
impl From<CaptureError> for Gen3RpcError
Source§fn from(value: CaptureError) -> Self
fn from(value: CaptureError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CaptureError
impl RefUnwindSafe for CaptureError
impl Send for CaptureError
impl Sync for CaptureError
impl Unpin for CaptureError
impl UnwindSafe for CaptureError
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