pub enum Control<Info> {
Subscribe,
GetAll,
UpdateInfo(Info),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl<Info> Freeze for Control<Info>where
Info: Freeze,
impl<Info> RefUnwindSafe for Control<Info>where
Info: RefUnwindSafe,
impl<Info> Send for Control<Info>where
Info: Send,
impl<Info> Sync for Control<Info>where
Info: Sync,
impl<Info> Unpin for Control<Info>where
Info: Unpin,
impl<Info> UnwindSafe for Control<Info>where
Info: 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