pub enum RevisionFactKind {
Show 22 variants
Insertion,
Deletion,
MoveFrom,
MoveTo,
CellInsertion,
CellDeletion,
CellMerge,
ParagraphPropertiesChange,
RunPropertiesChange,
SectionPropertiesChange,
TablePropertiesChange,
TableRowPropertiesChange,
TableCellPropertiesChange,
TableGridChange,
CustomXmlDeletionRangeStart,
CustomXmlDeletionRangeEnd,
CustomXmlInsertionRangeStart,
CustomXmlInsertionRangeEnd,
CustomXmlMoveFromRangeStart,
CustomXmlMoveFromRangeEnd,
CustomXmlMoveToRangeStart,
CustomXmlMoveToRangeEnd,
}Variants§
Insertion
Deletion
MoveFrom
MoveTo
CellInsertion
CellDeletion
CellMerge
ParagraphPropertiesChange
RunPropertiesChange
SectionPropertiesChange
TablePropertiesChange
TableRowPropertiesChange
TableCellPropertiesChange
TableGridChange
CustomXmlDeletionRangeStart
CustomXmlDeletionRangeEnd
CustomXmlInsertionRangeStart
CustomXmlInsertionRangeEnd
CustomXmlMoveFromRangeStart
CustomXmlMoveFromRangeEnd
CustomXmlMoveToRangeStart
CustomXmlMoveToRangeEnd
Trait Implementations§
Source§impl Clone for RevisionFactKind
impl Clone for RevisionFactKind
Source§fn clone(&self) -> RevisionFactKind
fn clone(&self) -> RevisionFactKind
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 RevisionFactKind
Source§impl Debug for RevisionFactKind
impl Debug for RevisionFactKind
impl Eq for RevisionFactKind
Source§impl PartialEq for RevisionFactKind
impl PartialEq for RevisionFactKind
impl StructuralPartialEq for RevisionFactKind
Auto Trait Implementations§
impl Freeze for RevisionFactKind
impl RefUnwindSafe for RevisionFactKind
impl Send for RevisionFactKind
impl Sync for RevisionFactKind
impl Unpin for RevisionFactKind
impl UnsafeUnpin for RevisionFactKind
impl UnwindSafe for RevisionFactKind
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