pub enum PrintToPdfMethod {
PrintToPdf,
}Variants§
PrintToPdf
Trait Implementations§
Source§impl Clone for PrintToPdfMethod
impl Clone for PrintToPdfMethod
Source§fn clone(&self) -> PrintToPdfMethod
fn clone(&self) -> PrintToPdfMethod
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 PrintToPdfMethod
impl Debug for PrintToPdfMethod
Source§impl<'de> Deserialize<'de> for PrintToPdfMethod
impl<'de> Deserialize<'de> for PrintToPdfMethod
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
Source§impl PartialEq for PrintToPdfMethod
impl PartialEq for PrintToPdfMethod
Source§impl Serialize for PrintToPdfMethod
impl Serialize for PrintToPdfMethod
impl StructuralPartialEq for PrintToPdfMethod
Auto Trait Implementations§
impl Freeze for PrintToPdfMethod
impl RefUnwindSafe for PrintToPdfMethod
impl Send for PrintToPdfMethod
impl Sync for PrintToPdfMethod
impl Unpin for PrintToPdfMethod
impl UnsafeUnpin for PrintToPdfMethod
impl UnwindSafe for PrintToPdfMethod
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