pub enum ReconstructMetadataPolicy {
Discard,
FirstInputWins,
}Expand description
Metadata handling supported by the reconstructive engine.
Variants§
Discard
Discard document information metadata.
FirstInputWins
Copy document information metadata from the first input.
Trait Implementations§
Source§impl Clone for ReconstructMetadataPolicy
impl Clone for ReconstructMetadataPolicy
Source§fn clone(&self) -> ReconstructMetadataPolicy
fn clone(&self) -> ReconstructMetadataPolicy
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 moreimpl Copy for ReconstructMetadataPolicy
Source§impl Debug for ReconstructMetadataPolicy
impl Debug for ReconstructMetadataPolicy
impl Eq for ReconstructMetadataPolicy
impl StructuralPartialEq for ReconstructMetadataPolicy
Auto Trait Implementations§
impl Freeze for ReconstructMetadataPolicy
impl RefUnwindSafe for ReconstructMetadataPolicy
impl Send for ReconstructMetadataPolicy
impl Sync for ReconstructMetadataPolicy
impl Unpin for ReconstructMetadataPolicy
impl UnsafeUnpin for ReconstructMetadataPolicy
impl UnwindSafe for ReconstructMetadataPolicy
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