Struct PrintWorkflowJobIssueKind
#[repr(transparent)]pub struct PrintWorkflowJobIssueKind(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl PrintWorkflowJobIssueKind
impl PrintWorkflowJobIssueKind
pub const Other: Self = _
pub const AttentionRequired: Self = _
pub const DoorOpen: Self = _
pub const MarkerSupplyLow: Self = _
pub const MarkerSupplyEmpty: Self = _
pub const MediaJam: Self = _
pub const MediaEmpty: Self = _
pub const MediaLow: Self = _
pub const OutputAreaAlmostFull: Self = _
pub const OutputAreaFull: Self = _
pub const JobPrintingError: Self = _
Trait Implementations§
§impl Clone for PrintWorkflowJobIssueKind
impl Clone for PrintWorkflowJobIssueKind
§fn clone(&self) -> PrintWorkflowJobIssueKind
fn clone(&self) -> PrintWorkflowJobIssueKind
Returns a copy 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 PrintWorkflowJobIssueKind
impl Debug for PrintWorkflowJobIssueKind
§impl Default for PrintWorkflowJobIssueKind
impl Default for PrintWorkflowJobIssueKind
§fn default() -> PrintWorkflowJobIssueKind
fn default() -> PrintWorkflowJobIssueKind
Returns the “default value” for a type. Read more
§impl PartialEq for PrintWorkflowJobIssueKind
impl PartialEq for PrintWorkflowJobIssueKind
impl Copy for PrintWorkflowJobIssueKind
impl Eq for PrintWorkflowJobIssueKind
impl StructuralPartialEq for PrintWorkflowJobIssueKind
Auto Trait Implementations§
impl Freeze for PrintWorkflowJobIssueKind
impl RefUnwindSafe for PrintWorkflowJobIssueKind
impl Send for PrintWorkflowJobIssueKind
impl Sync for PrintWorkflowJobIssueKind
impl Unpin for PrintWorkflowJobIssueKind
impl UnwindSafe for PrintWorkflowJobIssueKind
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