pub enum MarkdownProcessingRule {
Noop,
}Expand description
Markdown post-processing rules.
Applied after serialization to handle platform-specific editor quirks.
Each rule can be enabled per-platform via the markdown_processing_rules
field in profiles.toml.
Variants§
Noop
No-op placeholder for future extension.
Trait Implementations§
Source§impl<O: Into<EnumSet<MarkdownProcessingRule>>> BitAnd<O> for MarkdownProcessingRule
impl<O: Into<EnumSet<MarkdownProcessingRule>>> BitAnd<O> for MarkdownProcessingRule
Source§impl<O: Into<EnumSet<MarkdownProcessingRule>>> BitOr<O> for MarkdownProcessingRule
impl<O: Into<EnumSet<MarkdownProcessingRule>>> BitOr<O> for MarkdownProcessingRule
Source§impl<O: Into<EnumSet<MarkdownProcessingRule>>> BitXor<O> for MarkdownProcessingRule
impl<O: Into<EnumSet<MarkdownProcessingRule>>> BitXor<O> for MarkdownProcessingRule
Source§impl Clone for MarkdownProcessingRule
impl Clone for MarkdownProcessingRule
Source§impl Debug for MarkdownProcessingRule
impl Debug for MarkdownProcessingRule
Source§impl EnumSetConstHelper for MarkdownProcessingRule
impl EnumSetConstHelper for MarkdownProcessingRule
Source§const CONST_INIT_HELPER: __EnumSetInitHelper = __EnumSetInitHelper
const CONST_INIT_HELPER: __EnumSetInitHelper = __EnumSetInitHelper
The instance of the
ConstInitHelper.Source§const CONST_OP_HELPER: __EnumSetOpHelper = __EnumSetOpHelper
const CONST_OP_HELPER: __EnumSetOpHelper = __EnumSetOpHelper
The instance of the
ConstOpHelper.Source§type ConstInitHelper = __EnumSetInitHelper
type ConstInitHelper = __EnumSetInitHelper
A helper type used to convert values to EnumSets at compile-time.
Source§type ConstOpHelper = __EnumSetOpHelper
type ConstOpHelper = __EnumSetOpHelper
A helper type used to implement compile-time operations on enums.
Source§impl EnumSetTypePrivate for MarkdownProcessingRule
impl EnumSetTypePrivate for MarkdownProcessingRule
Source§const VARIANT_COUNT: u32 = 1u32
const VARIANT_COUNT: u32 = 1u32
The number of variants in the bitset.
Source§fn enum_into_u32(self) -> u32
fn enum_into_u32(self) -> u32
Converts an enum of this type into its bit position.
Source§unsafe fn enum_from_u32(val: u32) -> Self
unsafe fn enum_from_u32(val: u32) -> Self
Converts a bit position into an enum value.
Source§unsafe fn enum_from_u32_checked(val: u32) -> Self
unsafe fn enum_from_u32_checked(val: u32) -> Self
Converts a bit position into an enum value, with an debug_assert.
Source§impl Not for MarkdownProcessingRule
impl Not for MarkdownProcessingRule
Source§impl PartialEq<EnumSet<MarkdownProcessingRule>> for MarkdownProcessingRule
impl PartialEq<EnumSet<MarkdownProcessingRule>> for MarkdownProcessingRule
Source§impl PartialEq for MarkdownProcessingRule
impl PartialEq for MarkdownProcessingRule
Source§impl<O: Into<EnumSet<MarkdownProcessingRule>>> Sub<O> for MarkdownProcessingRule
impl<O: Into<EnumSet<MarkdownProcessingRule>>> Sub<O> for MarkdownProcessingRule
impl Copy for MarkdownProcessingRule
impl EnumSetType for MarkdownProcessingRule
impl Eq for MarkdownProcessingRule
Auto Trait Implementations§
impl Freeze for MarkdownProcessingRule
impl RefUnwindSafe for MarkdownProcessingRule
impl Send for MarkdownProcessingRule
impl Sync for MarkdownProcessingRule
impl Unpin for MarkdownProcessingRule
impl UnsafeUnpin for MarkdownProcessingRule
impl UnwindSafe for MarkdownProcessingRule
Blanket Implementations§
Source§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
Source§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
Source§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata,
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata, ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<F, W, T, D> Deserialize<With<T, W>, D> for F
impl<F, W, T, D> Deserialize<With<T, W>, D> for F
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> LayoutRaw for T
impl<T> LayoutRaw for T
Source§fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
fn layout_raw(_: <T as Pointee>::Metadata) -> Result<Layout, LayoutError>
Gets the layout of the type.