pub struct CompositeIndex {
pub fields: Vec<String>,
}Fields§
§fields: Vec<String>Trait Implementations§
Source§impl Clone for CompositeIndex
impl Clone for CompositeIndex
Source§fn clone(&self) -> CompositeIndex
fn clone(&self) -> CompositeIndex
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CompositeIndex
impl Debug for CompositeIndex
Source§impl PartialEq for CompositeIndex
impl PartialEq for CompositeIndex
impl StructuralPartialEq for CompositeIndex
Auto Trait Implementations§
impl Freeze for CompositeIndex
impl RefUnwindSafe for CompositeIndex
impl Send for CompositeIndex
impl Sync for CompositeIndex
impl Unpin for CompositeIndex
impl UnsafeUnpin for CompositeIndex
impl UnwindSafe for CompositeIndex
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