pub struct PdfActionEmbeddedDestination<'a> { /* private fields */ }Trait Implementations§
source§impl<'a> From<PdfActionEmbeddedDestination<'a>> for PdfAction<'a>
impl<'a> From<PdfActionEmbeddedDestination<'a>> for PdfAction<'a>
source§fn from(action: PdfActionEmbeddedDestination<'a>) -> Self
fn from(action: PdfActionEmbeddedDestination<'a>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for PdfActionEmbeddedDestination<'a>
impl<'a> !Send for PdfActionEmbeddedDestination<'a>
impl<'a> !Sync for PdfActionEmbeddedDestination<'a>
impl<'a> Unpin for PdfActionEmbeddedDestination<'a>
impl<'a> !UnwindSafe for PdfActionEmbeddedDestination<'a>
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