pub struct ResolvedReadOptions { /* private fields */ }Expand description
Immutable reader options resolved by the facade.
Implementations§
Source§impl ResolvedReadOptions
impl ResolvedReadOptions
Sourcepub const fn options(&self) -> &ReadOptions
pub const fn options(&self) -> &ReadOptions
Returns the validated read options.
Sourcepub const fn prefix_hint(&self) -> Option<PrefixReadHint>
pub const fn prefix_hint(&self) -> Option<PrefixReadHint>
Returns the optional prefix hint.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedReadOptions
impl RefUnwindSafe for ResolvedReadOptions
impl Send for ResolvedReadOptions
impl Sync for ResolvedReadOptions
impl Unpin for ResolvedReadOptions
impl UnsafeUnpin for ResolvedReadOptions
impl UnwindSafe for ResolvedReadOptions
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