pub struct Config<TMsg, TFnSingle>{
pub fn_output: TFnSingle,
}Expand description
Конфигурация компонента cmp_inject_single
Fields§
§fn_output: TFnSingleСоздание исходящих сообщений
Trait Implementations§
Auto Trait Implementations§
impl<TMsg, TFnSingle> Freeze for Config<TMsg, TFnSingle>where
TFnSingle: Freeze,
impl<TMsg, TFnSingle> RefUnwindSafe for Config<TMsg, TFnSingle>where
TFnSingle: RefUnwindSafe,
impl<TMsg, TFnSingle> Send for Config<TMsg, TFnSingle>
impl<TMsg, TFnSingle> Sync for Config<TMsg, TFnSingle>
impl<TMsg, TFnSingle> Unpin for Config<TMsg, TFnSingle>where
TFnSingle: Unpin,
impl<TMsg, TFnSingle> UnsafeUnpin for Config<TMsg, TFnSingle>where
TFnSingle: UnsafeUnpin,
impl<TMsg, TFnSingle> UnwindSafe for Config<TMsg, TFnSingle>where
TFnSingle: 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