pub struct InlineDelimiterSlot { /* private fields */ }Expand description
Delimiter byte slots for one inline span.
Implementations§
Source§impl InlineDelimiterSlot
impl InlineDelimiterSlot
pub fn pair(&self) -> usize
pub fn kind(&self) -> InlineDelimiterKind
pub fn open_range(&self) -> Range<usize>
pub fn close_range(&self) -> Range<usize>
Trait Implementations§
Source§impl Clone for InlineDelimiterSlot
impl Clone for InlineDelimiterSlot
Source§fn clone(&self) -> InlineDelimiterSlot
fn clone(&self) -> InlineDelimiterSlot
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 moreAuto Trait Implementations§
impl Freeze for InlineDelimiterSlot
impl RefUnwindSafe for InlineDelimiterSlot
impl Send for InlineDelimiterSlot
impl Sync for InlineDelimiterSlot
impl Unpin for InlineDelimiterSlot
impl UnsafeUnpin for InlineDelimiterSlot
impl UnwindSafe for InlineDelimiterSlot
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