#[repr(C)]pub struct AndThenState {
pub left: StateNodeIndex,
pub right: StateNodeIndex,
pub on_right: bool,
}Fields§
§left: StateNodeIndex§right: StateNodeIndex§on_right: boolTrait Implementations§
Source§impl Clone for AndThenState
impl Clone for AndThenState
Source§fn clone(&self) -> AndThenState
fn clone(&self) -> AndThenState
Returns a duplicate 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 AndThenState
impl Debug for AndThenState
impl Copy for AndThenState
Auto Trait Implementations§
impl Freeze for AndThenState
impl RefUnwindSafe for AndThenState
impl Send for AndThenState
impl Sync for AndThenState
impl Unpin for AndThenState
impl UnsafeUnpin for AndThenState
impl UnwindSafe for AndThenState
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