pub struct IndexerOptions {
pub other: Vec<String>,
pub input: Option<String>,
}
Expand description
Fields§
§other: Vec<String>
Extended nonstandard indexer options.
input: Option<String>
The input format.
Implementations§
Source§impl IndexerOptions
impl IndexerOptions
Sourcepub fn builder() -> IndexerOptionsBuilder
pub fn builder() -> IndexerOptionsBuilder
Create an instance of IndexerOptions
using the builder syntax
Trait Implementations§
Source§impl Clone for IndexerOptions
impl Clone for IndexerOptions
Source§fn clone(&self) -> IndexerOptions
fn clone(&self) -> IndexerOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IndexerOptions
impl Debug for IndexerOptions
Source§impl Default for IndexerOptions
impl Default for IndexerOptions
Source§fn default() -> IndexerOptions
fn default() -> IndexerOptions
Returns the “default value” for a type. Read more
Source§impl Hash for IndexerOptions
impl Hash for IndexerOptions
Source§impl Ord for IndexerOptions
impl Ord for IndexerOptions
Source§fn cmp(&self, other: &IndexerOptions) -> Ordering
fn cmp(&self, other: &IndexerOptions) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IndexerOptions
impl PartialEq for IndexerOptions
Source§impl PartialOrd for IndexerOptions
impl PartialOrd for IndexerOptions
impl Eq for IndexerOptions
impl StructuralPartialEq for IndexerOptions
Auto Trait Implementations§
impl Freeze for IndexerOptions
impl RefUnwindSafe for IndexerOptions
impl Send for IndexerOptions
impl Sync for IndexerOptions
impl Unpin for IndexerOptions
impl UnwindSafe for IndexerOptions
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