#[non_exhaustive]pub struct IndexStatusOptions<'a> { /* private fields */ }Implementations§
Source§impl<'a> IndexStatusOptions<'a>
impl<'a> IndexStatusOptions<'a>
pub fn new() -> Self
pub fn on_behalf_of_info( self, on_behalf_of: impl Into<Option<&'a OnBehalfOfInfo>>, ) -> Self
Trait Implementations§
Source§impl<'a> Clone for IndexStatusOptions<'a>
impl<'a> Clone for IndexStatusOptions<'a>
Source§fn clone(&self) -> IndexStatusOptions<'a>
fn clone(&self) -> IndexStatusOptions<'a>
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<'a> Debug for IndexStatusOptions<'a>
impl<'a> Debug for IndexStatusOptions<'a>
Source§impl<'a> Default for IndexStatusOptions<'a>
impl<'a> Default for IndexStatusOptions<'a>
Source§fn default() -> IndexStatusOptions<'a>
fn default() -> IndexStatusOptions<'a>
Returns the “default value” for a type. Read more
Source§impl<'a> From<&IndexStatusOptions<'a>> for IndexStatusOptions<'a>
impl<'a> From<&IndexStatusOptions<'a>> for IndexStatusOptions<'a>
Source§fn from(opts: &IndexStatusOptions<'a>) -> Self
fn from(opts: &IndexStatusOptions<'a>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a> Freeze for IndexStatusOptions<'a>
impl<'a> RefUnwindSafe for IndexStatusOptions<'a>
impl<'a> Send for IndexStatusOptions<'a>
impl<'a> Sync for IndexStatusOptions<'a>
impl<'a> Unpin for IndexStatusOptions<'a>
impl<'a> UnsafeUnpin for IndexStatusOptions<'a>
impl<'a> UnwindSafe for IndexStatusOptions<'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