pub enum SubscribeNamespaceState {
Idle,
Pending,
Active,
Done,
}Expand description
SUBSCRIBE_NAMESPACE lifecycle states.
Variants§
Trait Implementations§
Source§impl Clone for SubscribeNamespaceState
impl Clone for SubscribeNamespaceState
Source§fn clone(&self) -> SubscribeNamespaceState
fn clone(&self) -> SubscribeNamespaceState
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 SubscribeNamespaceState
impl Debug for SubscribeNamespaceState
Source§impl PartialEq for SubscribeNamespaceState
impl PartialEq for SubscribeNamespaceState
impl Copy for SubscribeNamespaceState
impl Eq for SubscribeNamespaceState
impl StructuralPartialEq for SubscribeNamespaceState
Auto Trait Implementations§
impl Freeze for SubscribeNamespaceState
impl RefUnwindSafe for SubscribeNamespaceState
impl Send for SubscribeNamespaceState
impl Sync for SubscribeNamespaceState
impl Unpin for SubscribeNamespaceState
impl UnsafeUnpin for SubscribeNamespaceState
impl UnwindSafe for SubscribeNamespaceState
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