pub enum PrinterStateReasonKeyword {
None,
}Expand description
ref: rfc8011
Variants§
None
Trait Implementations§
Source§impl Clone for PrinterStateReasonKeyword
impl Clone for PrinterStateReasonKeyword
Source§fn clone(&self) -> PrinterStateReasonKeyword
fn clone(&self) -> PrinterStateReasonKeyword
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 PrinterStateReasonKeyword
impl Debug for PrinterStateReasonKeyword
Source§impl Display for PrinterStateReasonKeyword
impl Display for PrinterStateReasonKeyword
Source§impl FromStr for PrinterStateReasonKeyword
impl FromStr for PrinterStateReasonKeyword
Source§impl TryFrom<&str> for PrinterStateReasonKeyword
impl TryFrom<&str> for PrinterStateReasonKeyword
impl Copy for PrinterStateReasonKeyword
impl Eq for PrinterStateReasonKeyword
impl StructuralPartialEq for PrinterStateReasonKeyword
Auto Trait Implementations§
impl Freeze for PrinterStateReasonKeyword
impl RefUnwindSafe for PrinterStateReasonKeyword
impl Send for PrinterStateReasonKeyword
impl Sync for PrinterStateReasonKeyword
impl Unpin for PrinterStateReasonKeyword
impl UnwindSafe for PrinterStateReasonKeyword
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