pub struct targetFormat;
Trait Implementations§
Source§impl HasArgument<targetFormat> for convertDocument
impl HasArgument<targetFormat> for convertDocument
Auto Trait Implementations§
impl Freeze for targetFormat
impl RefUnwindSafe for targetFormat
impl Send for targetFormat
impl Sync for targetFormat
impl Unpin for targetFormat
impl UnwindSafe for targetFormat
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