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