pub struct RdSexpr<'a> { /* private fields */ }Expand description
A borrowed, structurally valid \\Sexpr{code} view.
Implementations§
Source§impl<'a> RdSexpr<'a>
impl<'a> RdSexpr<'a>
Sourcepub fn options(&self) -> Option<&RdOptionList<'a>>
pub fn options(&self) -> Option<&RdOptionList<'a>>
Returns the parsed local option list, if present.
Sourcepub fn option_overrides(&self) -> RdSexprOptionOverrides
pub fn option_overrides(&self) -> RdSexprOptionOverrides
Returns the valid typed local overrides.
Trait Implementations§
impl<'a> StructuralPartialEq for RdSexpr<'a>
Auto Trait Implementations§
impl<'a> Freeze for RdSexpr<'a>
impl<'a> RefUnwindSafe for RdSexpr<'a>
impl<'a> Send for RdSexpr<'a>
impl<'a> Sync for RdSexpr<'a>
impl<'a> Unpin for RdSexpr<'a>
impl<'a> UnsafeUnpin for RdSexpr<'a>
impl<'a> UnwindSafe for RdSexpr<'a>
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