pub struct Control(pub ControlKind, pub Span);Expand description
A transient control rule; cleared by other control characters.
Tuple Fields§
§0: ControlKind§1: SpanTrait Implementations§
Source§impl Ord for Control
impl Ord for Control
Source§impl PartialOrd for Control
impl PartialOrd for Control
impl Copy for Control
impl Eq for Control
impl StructuralPartialEq for Control
Auto Trait Implementations§
impl Freeze for Control
impl RefUnwindSafe for Control
impl Send for Control
impl Sync for Control
impl Unpin for Control
impl UnsafeUnpin for Control
impl UnwindSafe for Control
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