#[repr(u8)]pub enum EntityBody {
Show 23 variants
Future(FutureEntity),
Lock(LockEntity),
MpscTx(MpscTxEntity),
MpscRx(MpscRxEntity),
BroadcastTx(BroadcastTxEntity),
BroadcastRx(BroadcastRxEntity),
WatchTx(WatchTxEntity),
WatchRx(WatchRxEntity),
OneshotTx(OneshotTxEntity),
OneshotRx(OneshotRxEntity),
Semaphore(SemaphoreEntity),
Notify(NotifyEntity),
OnceCell(OnceCellEntity),
Command(CommandEntity),
FileOp(FileOpEntity),
NetConnect(NetConnectEntity),
NetAccept(NetAcceptEntity),
NetRead(NetReadEntity),
NetWrite(NetWriteEntity),
Request(RequestEntity),
Response(ResponseEntity),
Custom(CustomEntity),
Aether(AetherEntity),
}Variants§
Future(FutureEntity)
Lock(LockEntity)
MpscTx(MpscTxEntity)
MpscRx(MpscRxEntity)
BroadcastTx(BroadcastTxEntity)
BroadcastRx(BroadcastRxEntity)
WatchTx(WatchTxEntity)
WatchRx(WatchRxEntity)
OneshotTx(OneshotTxEntity)
OneshotRx(OneshotRxEntity)
Semaphore(SemaphoreEntity)
Notify(NotifyEntity)
OnceCell(OnceCellEntity)
Command(CommandEntity)
FileOp(FileOpEntity)
NetConnect(NetConnectEntity)
NetAccept(NetAcceptEntity)
NetRead(NetReadEntity)
NetWrite(NetWriteEntity)
Request(RequestEntity)
Response(ResponseEntity)
Custom(CustomEntity)
Aether(AetherEntity)
Implementations§
Trait Implementations§
Source§impl<'ʄ> Facet<'ʄ> for EntityBody
impl<'ʄ> Facet<'ʄ> for EntityBody
Source§impl From<AetherEntity> for EntityBody
impl From<AetherEntity> for EntityBody
Source§fn from(value: AetherEntity) -> Self
fn from(value: AetherEntity) -> Self
Converts to this type from the input type.
Source§impl From<BroadcastRxEntity> for EntityBody
impl From<BroadcastRxEntity> for EntityBody
Source§fn from(value: BroadcastRxEntity) -> Self
fn from(value: BroadcastRxEntity) -> Self
Converts to this type from the input type.
Source§impl From<BroadcastTxEntity> for EntityBody
impl From<BroadcastTxEntity> for EntityBody
Source§fn from(value: BroadcastTxEntity) -> Self
fn from(value: BroadcastTxEntity) -> Self
Converts to this type from the input type.
Source§impl From<CommandEntity> for EntityBody
impl From<CommandEntity> for EntityBody
Source§fn from(value: CommandEntity) -> Self
fn from(value: CommandEntity) -> Self
Converts to this type from the input type.
Source§impl From<CustomEntity> for EntityBody
impl From<CustomEntity> for EntityBody
Source§fn from(value: CustomEntity) -> Self
fn from(value: CustomEntity) -> Self
Converts to this type from the input type.
Source§impl From<FileOpEntity> for EntityBody
impl From<FileOpEntity> for EntityBody
Source§fn from(value: FileOpEntity) -> Self
fn from(value: FileOpEntity) -> Self
Converts to this type from the input type.
Source§impl From<FutureEntity> for EntityBody
impl From<FutureEntity> for EntityBody
Source§fn from(value: FutureEntity) -> Self
fn from(value: FutureEntity) -> Self
Converts to this type from the input type.
Source§impl From<LockEntity> for EntityBody
impl From<LockEntity> for EntityBody
Source§fn from(value: LockEntity) -> Self
fn from(value: LockEntity) -> Self
Converts to this type from the input type.
Source§impl From<MpscRxEntity> for EntityBody
impl From<MpscRxEntity> for EntityBody
Source§fn from(value: MpscRxEntity) -> Self
fn from(value: MpscRxEntity) -> Self
Converts to this type from the input type.
Source§impl From<MpscTxEntity> for EntityBody
impl From<MpscTxEntity> for EntityBody
Source§fn from(value: MpscTxEntity) -> Self
fn from(value: MpscTxEntity) -> Self
Converts to this type from the input type.
Source§impl From<NetAcceptEntity> for EntityBody
impl From<NetAcceptEntity> for EntityBody
Source§fn from(value: NetAcceptEntity) -> Self
fn from(value: NetAcceptEntity) -> Self
Converts to this type from the input type.
Source§impl From<NetConnectEntity> for EntityBody
impl From<NetConnectEntity> for EntityBody
Source§fn from(value: NetConnectEntity) -> Self
fn from(value: NetConnectEntity) -> Self
Converts to this type from the input type.
Source§impl From<NetReadEntity> for EntityBody
impl From<NetReadEntity> for EntityBody
Source§fn from(value: NetReadEntity) -> Self
fn from(value: NetReadEntity) -> Self
Converts to this type from the input type.
Source§impl From<NetWriteEntity> for EntityBody
impl From<NetWriteEntity> for EntityBody
Source§fn from(value: NetWriteEntity) -> Self
fn from(value: NetWriteEntity) -> Self
Converts to this type from the input type.
Source§impl From<NotifyEntity> for EntityBody
impl From<NotifyEntity> for EntityBody
Source§fn from(value: NotifyEntity) -> Self
fn from(value: NotifyEntity) -> Self
Converts to this type from the input type.
Source§impl From<OnceCellEntity> for EntityBody
impl From<OnceCellEntity> for EntityBody
Source§fn from(value: OnceCellEntity) -> Self
fn from(value: OnceCellEntity) -> Self
Converts to this type from the input type.
Source§impl From<OneshotRxEntity> for EntityBody
impl From<OneshotRxEntity> for EntityBody
Source§fn from(value: OneshotRxEntity) -> Self
fn from(value: OneshotRxEntity) -> Self
Converts to this type from the input type.
Source§impl From<OneshotTxEntity> for EntityBody
impl From<OneshotTxEntity> for EntityBody
Source§fn from(value: OneshotTxEntity) -> Self
fn from(value: OneshotTxEntity) -> Self
Converts to this type from the input type.
Source§impl From<RequestEntity> for EntityBody
impl From<RequestEntity> for EntityBody
Source§fn from(value: RequestEntity) -> Self
fn from(value: RequestEntity) -> Self
Converts to this type from the input type.
Source§impl From<ResponseEntity> for EntityBody
impl From<ResponseEntity> for EntityBody
Source§fn from(value: ResponseEntity) -> Self
fn from(value: ResponseEntity) -> Self
Converts to this type from the input type.
Source§impl From<SemaphoreEntity> for EntityBody
impl From<SemaphoreEntity> for EntityBody
Source§fn from(value: SemaphoreEntity) -> Self
fn from(value: SemaphoreEntity) -> Self
Converts to this type from the input type.
Source§impl From<WatchRxEntity> for EntityBody
impl From<WatchRxEntity> for EntityBody
Source§fn from(value: WatchRxEntity) -> Self
fn from(value: WatchRxEntity) -> Self
Converts to this type from the input type.
Source§impl From<WatchTxEntity> for EntityBody
impl From<WatchTxEntity> for EntityBody
Source§fn from(value: WatchTxEntity) -> Self
fn from(value: WatchTxEntity) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for EntityBody
impl RefUnwindSafe for EntityBody
impl Send for EntityBody
impl Sync for EntityBody
impl Unpin for EntityBody
impl UnsafeUnpin for EntityBody
impl UnwindSafe for EntityBody
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