Struct lopdf::Dictionary [] [src]

pub struct Dictionary(_);

Dictionary object.

Methods

impl Dictionary
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for Dictionary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Dictionary
[src]

[src]

Formats the value using the given formatter.

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

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

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

[src]

Creates a value from an iterator. Read more