pub enum DocStyle {
Outer,
Inner,
}Variants§
Trait Implementations§
impl Copy for DocStyle
impl Eq for DocStyle
Source§impl Ord for DocStyle
impl Ord for DocStyle
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 DocStyle
impl PartialOrd for DocStyle
impl StructuralPartialEq for DocStyle
Auto Trait Implementations§
impl Freeze for DocStyle
impl RefUnwindSafe for DocStyle
impl Send for DocStyle
impl Sync for DocStyle
impl Unpin for DocStyle
impl UnsafeUnpin for DocStyle
impl UnwindSafe for DocStyle
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