pub struct XmpParser;Expand description
Bounded XMP parser.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XmpParser
impl RefUnwindSafe for XmpParser
impl Send for XmpParser
impl Sync for XmpParser
impl Unpin for XmpParser
impl UnsafeUnpin for XmpParser
impl UnwindSafe for XmpParser
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