Enum rustc_errors::markdown::parse::BreakRule
source · enum BreakRule {
Always(u8),
Never,
Optional,
}
Expand description
Whether two types should or shouldn’t have a paragraph break between them
Variants§
Trait Implementations§
source§impl PartialEq<BreakRule> for BreakRule
impl PartialEq<BreakRule> for BreakRule
impl Copy for BreakRule
impl StructuralPartialEq for BreakRule
Auto Trait Implementations§
impl RefUnwindSafe for BreakRule
impl Send for BreakRule
impl Sync for BreakRule
impl Unpin for BreakRule
impl UnwindSafe for BreakRule
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 2 bytes
Size for each variant:
Always
: 1 byteNever
: 0 bytesOptional
: 0 bytes