pub struct StructureSemanticReport {
pub structure: DocumentStructure,
pub disposition: StructureDisposition,
}Expand description
One detected structure and its explicit operation policy.
Fields§
§structure: DocumentStructureDetected structure.
disposition: StructureDispositionPolicy applied by the operation.
Trait Implementations§
Source§impl Clone for StructureSemanticReport
impl Clone for StructureSemanticReport
Source§fn clone(&self) -> StructureSemanticReport
fn clone(&self) -> StructureSemanticReport
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 StructureSemanticReport
Source§impl Debug for StructureSemanticReport
impl Debug for StructureSemanticReport
impl Eq for StructureSemanticReport
Source§impl PartialEq for StructureSemanticReport
impl PartialEq for StructureSemanticReport
impl StructuralPartialEq for StructureSemanticReport
Auto Trait Implementations§
impl Freeze for StructureSemanticReport
impl RefUnwindSafe for StructureSemanticReport
impl Send for StructureSemanticReport
impl Sync for StructureSemanticReport
impl Unpin for StructureSemanticReport
impl UnsafeUnpin for StructureSemanticReport
impl UnwindSafe for StructureSemanticReport
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