pub struct DecoderRegistry { /* private fields */ }Expand description
Registry mapping PDF filter names to bounded decoders.
Implementations§
Trait Implementations§
Source§impl Clone for DecoderRegistry
impl Clone for DecoderRegistry
Source§fn clone(&self) -> DecoderRegistry
fn clone(&self) -> DecoderRegistry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DecoderRegistry
impl Debug for DecoderRegistry
Auto Trait Implementations§
impl Freeze for DecoderRegistry
impl !RefUnwindSafe for DecoderRegistry
impl Send for DecoderRegistry
impl Sync for DecoderRegistry
impl Unpin for DecoderRegistry
impl UnsafeUnpin for DecoderRegistry
impl !UnwindSafe for DecoderRegistry
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