pub struct PdfName(pub String);Expand description
PDF Name object
Tuple Fields§
§0: StringImplementations§
Trait Implementations§
impl Eq for PdfName
impl StructuralPartialEq for PdfName
Auto Trait Implementations§
impl Freeze for PdfName
impl RefUnwindSafe for PdfName
impl Send for PdfName
impl Sync for PdfName
impl Unpin for PdfName
impl UnwindSafe for PdfName
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