pub enum FormattingUnknownReason {
DocumentPartOnly,
StylesPartUnavailable,
UnsupportedStyles,
}Variants§
Trait Implementations§
Source§impl Clone for FormattingUnknownReason
impl Clone for FormattingUnknownReason
Source§fn clone(&self) -> FormattingUnknownReason
fn clone(&self) -> FormattingUnknownReason
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 FormattingUnknownReason
Source§impl Debug for FormattingUnknownReason
impl Debug for FormattingUnknownReason
impl Eq for FormattingUnknownReason
Source§impl PartialEq for FormattingUnknownReason
impl PartialEq for FormattingUnknownReason
impl StructuralPartialEq for FormattingUnknownReason
Auto Trait Implementations§
impl Freeze for FormattingUnknownReason
impl RefUnwindSafe for FormattingUnknownReason
impl Send for FormattingUnknownReason
impl Sync for FormattingUnknownReason
impl Unpin for FormattingUnknownReason
impl UnsafeUnpin for FormattingUnknownReason
impl UnwindSafe for FormattingUnknownReason
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