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