pub enum BarrierInnerEvent {
StateChange {
from: String,
to: String,
},
}Expand description
Barrier 节点内部事件(预留扩展)。
Variants§
Trait Implementations§
Source§impl Clone for BarrierInnerEvent
impl Clone for BarrierInnerEvent
Source§fn clone(&self) -> BarrierInnerEvent
fn clone(&self) -> BarrierInnerEvent
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 BarrierInnerEvent
impl RefUnwindSafe for BarrierInnerEvent
impl Send for BarrierInnerEvent
impl Sync for BarrierInnerEvent
impl Unpin for BarrierInnerEvent
impl UnsafeUnpin for BarrierInnerEvent
impl UnwindSafe for BarrierInnerEvent
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