pub enum FrameType {
Show 19 variants
Hello,
HelloAck,
Heartbeat,
InvokeWorker,
InvokeWorkerResult,
CompileFlightRegister,
CompileFlightComplete,
OpenHandle,
ValidateHandleGrant,
StorageFile,
StorageKV,
StorageSQLite,
NetworkGrant,
NetworkExecute,
RevokeEpoch,
RevokeEpochAck,
SessionRevoke,
SessionRevokeAck,
Diagnostic,
}Variants§
Hello
HelloAck
Heartbeat
InvokeWorker
InvokeWorkerResult
CompileFlightRegister
CompileFlightComplete
OpenHandle
ValidateHandleGrant
StorageFile
StorageKV
StorageSQLite
NetworkGrant
NetworkExecute
RevokeEpoch
RevokeEpochAck
SessionRevoke
SessionRevokeAck
Diagnostic
Trait Implementations§
impl Eq for FrameType
impl StructuralPartialEq for FrameType
Auto Trait Implementations§
impl Freeze for FrameType
impl RefUnwindSafe for FrameType
impl Send for FrameType
impl Sync for FrameType
impl Unpin for FrameType
impl UnsafeUnpin for FrameType
impl UnwindSafe for FrameType
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