pub enum ReindexParts {
None,
}
Expand description
API parts for the Reindex API
Variants§
None
No parts
Implementations§
Trait Implementations§
Source§impl Clone for ReindexParts
impl Clone for ReindexParts
Source§fn clone(&self) -> ReindexParts
fn clone(&self) -> ReindexParts
Returns a copy 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 ReindexParts
impl Debug for ReindexParts
Source§impl PartialEq for ReindexParts
impl PartialEq for ReindexParts
impl StructuralPartialEq for ReindexParts
Auto Trait Implementations§
impl Freeze for ReindexParts
impl RefUnwindSafe for ReindexParts
impl Send for ReindexParts
impl Sync for ReindexParts
impl Unpin for ReindexParts
impl UnwindSafe for ReindexParts
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