pub struct PdfXrtSubsection { /* private fields */ }Trait Implementations§
Source§impl Debug for PdfXrtSubsection
impl Debug for PdfXrtSubsection
Source§impl PartialEq for PdfXrtSubsection
impl PartialEq for PdfXrtSubsection
impl StructuralPartialEq for PdfXrtSubsection
Auto Trait Implementations§
impl Freeze for PdfXrtSubsection
impl RefUnwindSafe for PdfXrtSubsection
impl Send for PdfXrtSubsection
impl Sync for PdfXrtSubsection
impl Unpin for PdfXrtSubsection
impl UnwindSafe for PdfXrtSubsection
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