pub struct DomainHandler<D, T> { /* private fields */ }Expand description
A handle that writes results back into SharedDomainData.
Holds a reference to the shared data and a setter closure that determines which field receives the completed value.
Trait Implementations§
Source§impl<D, T> Clone for DomainHandler<D, T>
impl<D, T> Clone for DomainHandler<D, T>
Source§impl<D, T> OnComplete<T> for DomainHandler<D, T>
impl<D, T> OnComplete<T> for DomainHandler<D, T>
Auto Trait Implementations§
impl<D, T> Freeze for DomainHandler<D, T>
impl<D, T> !RefUnwindSafe for DomainHandler<D, T>
impl<D, T> Send for DomainHandler<D, T>
impl<D, T> Sync for DomainHandler<D, T>
impl<D, T> Unpin for DomainHandler<D, T>
impl<D, T> UnsafeUnpin for DomainHandler<D, T>
impl<D, T> !UnwindSafe for DomainHandler<D, T>
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