pub struct WatchRxEntity {}Trait Implementations§
Source§impl EntityBodySlot for WatchRxEntity
impl EntityBodySlot for WatchRxEntity
const KIND_NAME: &'static str = "WatchRx"
type Value = WatchRxEntity
fn project(body: &EntityBody) -> Option<&Self::Value>
fn project_mut(body: &mut EntityBody) -> Option<&mut Self::Value>
Source§impl<'ʄ> Facet<'ʄ> for WatchRxEntity
impl<'ʄ> Facet<'ʄ> for WatchRxEntity
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.
Auto Trait Implementations§
impl Freeze for WatchRxEntity
impl RefUnwindSafe for WatchRxEntity
impl Send for WatchRxEntity
impl Sync for WatchRxEntity
impl Unpin for WatchRxEntity
impl UnsafeUnpin for WatchRxEntity
impl UnwindSafe for WatchRxEntity
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