pub struct ReactiveTerminalStatement {
pub terminal: ReactiveTerminal,
pub label: Option<ReactiveLabel>,
}Fields§
§terminal: ReactiveTerminal§label: Option<ReactiveLabel>Trait Implementations§
Source§impl Clone for ReactiveTerminalStatement
impl Clone for ReactiveTerminalStatement
Source§fn clone(&self) -> ReactiveTerminalStatement
fn clone(&self) -> ReactiveTerminalStatement
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ReactiveTerminalStatement
impl RefUnwindSafe for ReactiveTerminalStatement
impl Send for ReactiveTerminalStatement
impl Sync for ReactiveTerminalStatement
impl Unpin for ReactiveTerminalStatement
impl UnsafeUnpin for ReactiveTerminalStatement
impl UnwindSafe for ReactiveTerminalStatement
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