pub enum ProxyCommand<C>where
C: Behavior,{
Forward(<C as Behavior>::Msg),
Replace(C),
}Expand description
Commands accepted by a stable proxy.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<C> Freeze for ProxyCommand<C>
impl<C> RefUnwindSafe for ProxyCommand<C>
impl<C> Send for ProxyCommand<C>
impl<C> Sync for ProxyCommand<C>
impl<C> Unpin for ProxyCommand<C>
impl<C> UnsafeUnpin for ProxyCommand<C>
impl<C> UnwindSafe for ProxyCommand<C>
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