Struct PrintWorkflowJobIssueKind
#[repr(transparent)]pub struct PrintWorkflowJobIssueKind(pub i32);Tuple Fields§
§0: i32Implementations§
§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 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 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