pub struct PdfDictionary(pub HashMap<PdfName, PdfObject>);Expand description
PDF Dictionary object
Tuple Fields§
§0: HashMap<PdfName, PdfObject>Implementations§
Source§impl PdfDictionary
impl PdfDictionary
Sourcepub fn contains_key(&self, key: &str) -> bool
pub fn contains_key(&self, key: &str) -> bool
Check if dictionary contains a key
Trait Implementations§
Source§impl Clone for PdfDictionary
impl Clone for PdfDictionary
Source§fn clone(&self) -> PdfDictionary
fn clone(&self) -> PdfDictionary
Returns a duplicate 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 PdfDictionary
impl Debug for PdfDictionary
Source§impl PartialEq for PdfDictionary
impl PartialEq for PdfDictionary
impl StructuralPartialEq for PdfDictionary
Auto Trait Implementations§
impl Freeze for PdfDictionary
impl RefUnwindSafe for PdfDictionary
impl Send for PdfDictionary
impl Sync for PdfDictionary
impl Unpin for PdfDictionary
impl UnwindSafe for PdfDictionary
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