pub enum Printed {
Printed,
ToBePrinted,
}Expand description
Represents whether a report was printed.
Variants§
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Printed
impl<'de> Deserialize<'de> for Printed
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for Printed
impl Eq for Printed
impl StructuralPartialEq for Printed
Auto Trait Implementations§
impl Freeze for Printed
impl RefUnwindSafe for Printed
impl Send for Printed
impl Sync for Printed
impl Unpin for Printed
impl UnwindSafe for Printed
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