pub struct Pdf2PptArgs {
pub input: String,
pub output: Option<String>,
}Fields§
§input: String§output: Option<String>Trait Implementations§
Source§impl Clone for Pdf2PptArgs
impl Clone for Pdf2PptArgs
Source§fn clone(&self) -> Pdf2PptArgs
fn clone(&self) -> Pdf2PptArgs
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 moreAuto Trait Implementations§
impl Freeze for Pdf2PptArgs
impl RefUnwindSafe for Pdf2PptArgs
impl Send for Pdf2PptArgs
impl Sync for Pdf2PptArgs
impl Unpin for Pdf2PptArgs
impl UnwindSafe for Pdf2PptArgs
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