pub enum RevisionUnsupportedReason {
IncompatibleParagraphMerge,
StructuralTableRevision,
UnsupportedRevisionMarkup,
}Variants§
Trait Implementations§
Source§impl Clone for RevisionUnsupportedReason
impl Clone for RevisionUnsupportedReason
Source§fn clone(&self) -> RevisionUnsupportedReason
fn clone(&self) -> RevisionUnsupportedReason
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 RevisionUnsupportedReason
Source§impl Debug for RevisionUnsupportedReason
impl Debug for RevisionUnsupportedReason
impl Eq for RevisionUnsupportedReason
Source§impl Ord for RevisionUnsupportedReason
impl Ord for RevisionUnsupportedReason
Source§fn cmp(&self, other: &RevisionUnsupportedReason) -> Ordering
fn cmp(&self, other: &RevisionUnsupportedReason) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for RevisionUnsupportedReason
impl PartialOrd for RevisionUnsupportedReason
impl StructuralPartialEq for RevisionUnsupportedReason
Auto Trait Implementations§
impl Freeze for RevisionUnsupportedReason
impl RefUnwindSafe for RevisionUnsupportedReason
impl Send for RevisionUnsupportedReason
impl Sync for RevisionUnsupportedReason
impl Unpin for RevisionUnsupportedReason
impl UnsafeUnpin for RevisionUnsupportedReason
impl UnwindSafe for RevisionUnsupportedReason
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