Struct lopdf_bugfix_19072017::Dictionary [] [src]

pub struct Dictionary(_);

Dictionary object.

Methods

impl Dictionary
[src]

Trait Implementations

impl Debug for Dictionary
[src]

Formats the value using the given formatter.

impl Clone for Dictionary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> IntoIterator for &'a Dictionary
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

impl<K: Into<String>> FromIterator<(K, Object)> for Dictionary
[src]

Creates a value from an iterator. Read more