pub struct Identity<Domain> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<Domain> DisplayStateful<Model> for Identity<Domain>
impl<Domain> DisplayStateful<Model> for Identity<Domain>
Source§impl<VStore, Domain> StoreMonotonicUpdate<VStore> for Identity<Domain>where
VStore: VStoreConcept<Item = Domain>,
impl<VStore, Domain> StoreMonotonicUpdate<VStore> for Identity<Domain>where
VStore: VStoreConcept<Item = Domain>,
Source§impl<VStore, Domain> StoreRead<VStore> for Identity<Domain>where
VStore: VStoreConcept<Item = Domain>,
Domain: Clone,
impl<VStore, Domain> StoreRead<VStore> for Identity<Domain>where
VStore: VStoreConcept<Item = Domain>,
Domain: Clone,
Source§impl<Domain> ViewDependencies<FDEvent> for Identity<Domain>
impl<Domain> ViewDependencies<FDEvent> for Identity<Domain>
impl<Domain: Copy> Copy for Identity<Domain>
impl<Domain: Eq> Eq for Identity<Domain>
impl<Domain> StructuralPartialEq for Identity<Domain>
Auto Trait Implementations§
impl<Domain> Freeze for Identity<Domain>
impl<Domain> RefUnwindSafe for Identity<Domain>where
Domain: RefUnwindSafe,
impl<Domain> Send for Identity<Domain>where
Domain: Send,
impl<Domain> Sync for Identity<Domain>where
Domain: Sync,
impl<Domain> Unpin for Identity<Domain>where
Domain: Unpin,
impl<Domain> UnwindSafe for Identity<Domain>where
Domain: UnwindSafe,
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