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