pub enum ExtIn<UserData, ServicesControl> {
FeaturesControl(UserData, FeaturesControl),
ServicesControl(ServiceId, UserData, ServicesControl),
}Variants§
FeaturesControl(UserData, FeaturesControl)
ServicesControl(ServiceId, UserData, ServicesControl)
Trait Implementations§
Auto Trait Implementations§
impl<UserData, ServicesControl> Freeze for ExtIn<UserData, ServicesControl>
impl<UserData, ServicesControl> RefUnwindSafe for ExtIn<UserData, ServicesControl>where
UserData: RefUnwindSafe,
ServicesControl: RefUnwindSafe,
impl<UserData, ServicesControl> Send for ExtIn<UserData, ServicesControl>
impl<UserData, ServicesControl> Sync for ExtIn<UserData, ServicesControl>
impl<UserData, ServicesControl> Unpin for ExtIn<UserData, ServicesControl>
impl<UserData, ServicesControl> UnwindSafe for ExtIn<UserData, ServicesControl>where
UserData: UnwindSafe,
ServicesControl: 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