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