pub struct UserPdfGetPath(pub PdfId);
Tuple Fields§
§0: PdfId
Trait Implementations§
Source§impl Clone for UserPdfGetPath
impl Clone for UserPdfGetPath
Source§fn clone(&self) -> UserPdfGetPath
fn clone(&self) -> UserPdfGetPath
Returns a copy 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 UserPdfGetPath
impl Debug for UserPdfGetPath
Auto Trait Implementations§
impl Freeze for UserPdfGetPath
impl RefUnwindSafe for UserPdfGetPath
impl Send for UserPdfGetPath
impl Sync for UserPdfGetPath
impl Unpin for UserPdfGetPath
impl UnwindSafe for UserPdfGetPath
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