pub struct ReactiveSwitchCase {
pub test: Option<Place>,
pub block: Option<ReactiveBlock>,
}Fields§
§test: Option<Place>§block: Option<ReactiveBlock>Trait Implementations§
Source§impl Clone for ReactiveSwitchCase
impl Clone for ReactiveSwitchCase
Source§fn clone(&self) -> ReactiveSwitchCase
fn clone(&self) -> ReactiveSwitchCase
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 ReactiveSwitchCase
impl RefUnwindSafe for ReactiveSwitchCase
impl Send for ReactiveSwitchCase
impl Sync for ReactiveSwitchCase
impl Unpin for ReactiveSwitchCase
impl UnsafeUnpin for ReactiveSwitchCase
impl UnwindSafe for ReactiveSwitchCase
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