pub enum ExampleMessageChannel {
Output,
}
Expand description
Пример канала сообщения
Variants§
Output
Выходной канал - по умолчанию все компоненты отправляют данные сюда
Trait Implementations§
Source§impl Clone for ExampleMessageChannel
impl Clone for ExampleMessageChannel
Source§fn clone(&self) -> ExampleMessageChannel
fn clone(&self) -> ExampleMessageChannel
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ExampleMessageChannel
impl Debug for ExampleMessageChannel
Auto Trait Implementations§
impl Freeze for ExampleMessageChannel
impl RefUnwindSafe for ExampleMessageChannel
impl Send for ExampleMessageChannel
impl Sync for ExampleMessageChannel
impl Unpin for ExampleMessageChannel
impl UnwindSafe for ExampleMessageChannel
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