pub struct SetStreamer<S: State = Empty>(/* private fields */);Expand description
State transition - sets the streamer field to Set
Trait Implementations§
Source§impl<S: State> State for SetStreamer<S>
impl<S: State> State for SetStreamer<S>
type MessageUri = <S as State>::MessageUri
type Streamer = Set<streamer>
Auto Trait Implementations§
impl<S> Freeze for SetStreamer<S>
impl<S> RefUnwindSafe for SetStreamer<S>
impl<S> Send for SetStreamer<S>
impl<S> Sync for SetStreamer<S>
impl<S> Unpin for SetStreamer<S>
impl<S> UnsafeUnpin for SetStreamer<S>
impl<S> UnwindSafe for SetStreamer<S>
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