Struct PrintWorkflowSessionStatus
#[repr(transparent)]pub struct PrintWorkflowSessionStatus(pub i32);Tuple Fields§
§0: i32Implementations§
§impl PrintWorkflowSessionStatus
impl PrintWorkflowSessionStatus
pub const Started: Self
pub const Completed: Self
pub const Aborted: Self
pub const Closed: Self
pub const PdlDataAvailableForModification: Self
Trait Implementations§
§impl Clone for PrintWorkflowSessionStatus
impl Clone for PrintWorkflowSessionStatus
§fn clone(&self) -> PrintWorkflowSessionStatus
fn clone(&self) -> PrintWorkflowSessionStatus
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 more§impl Debug for PrintWorkflowSessionStatus
impl Debug for PrintWorkflowSessionStatus
§impl Default for PrintWorkflowSessionStatus
impl Default for PrintWorkflowSessionStatus
§fn default() -> PrintWorkflowSessionStatus
fn default() -> PrintWorkflowSessionStatus
Returns the “default value” for a type. Read more
§impl PartialEq for PrintWorkflowSessionStatus
impl PartialEq for PrintWorkflowSessionStatus
impl Copy for PrintWorkflowSessionStatus
impl Eq for PrintWorkflowSessionStatus
impl StructuralPartialEq for PrintWorkflowSessionStatus
Auto Trait Implementations§
impl Freeze for PrintWorkflowSessionStatus
impl RefUnwindSafe for PrintWorkflowSessionStatus
impl Send for PrintWorkflowSessionStatus
impl Sync for PrintWorkflowSessionStatus
impl Unpin for PrintWorkflowSessionStatus
impl UnwindSafe for PrintWorkflowSessionStatus
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