pub enum IntentStatus {
Live,
Pending,
}Expand description
意图的实现状态:Live(已上线)/Pending(结构已声明、算力已在叶里、尚无承接端点)。
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IntentStatus
impl Clone for IntentStatus
Source§fn clone(&self) -> IntentStatus
fn clone(&self) -> IntentStatus
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 moreimpl Copy for IntentStatus
Source§impl Debug for IntentStatus
impl Debug for IntentStatus
impl Eq for IntentStatus
Source§impl PartialEq for IntentStatus
impl PartialEq for IntentStatus
Source§impl Serialize for IntentStatus
impl Serialize for IntentStatus
impl StructuralPartialEq for IntentStatus
Auto Trait Implementations§
impl Freeze for IntentStatus
impl RefUnwindSafe for IntentStatus
impl Send for IntentStatus
impl Sync for IntentStatus
impl Unpin for IntentStatus
impl UnsafeUnpin for IntentStatus
impl UnwindSafe for IntentStatus
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