#[repr(i32)]pub enum DomainBlockJobStatus {
Completed = 0,
Failed = 1,
Canceled = 2,
Ready = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for DomainBlockJobStatus
impl Clone for DomainBlockJobStatus
Source§fn clone(&self) -> DomainBlockJobStatus
fn clone(&self) -> DomainBlockJobStatus
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 DomainBlockJobStatus
impl Debug for DomainBlockJobStatus
impl Copy for DomainBlockJobStatus
Auto Trait Implementations§
impl Freeze for DomainBlockJobStatus
impl RefUnwindSafe for DomainBlockJobStatus
impl Send for DomainBlockJobStatus
impl Sync for DomainBlockJobStatus
impl Unpin for DomainBlockJobStatus
impl UnwindSafe for DomainBlockJobStatus
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