pub struct EntityIndexDescription { /* private fields */ }Expand description
EntityIndexDescription
One secondary-index projection inside EntitySchemaDescription.
Includes uniqueness and ordered field list.
Implementations§
Trait Implementations§
Source§impl CandidType for EntityIndexDescription
impl CandidType for EntityIndexDescription
Source§impl Clone for EntityIndexDescription
impl Clone for EntityIndexDescription
Source§fn clone(&self) -> EntityIndexDescription
fn clone(&self) -> EntityIndexDescription
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 EntityIndexDescription
impl Debug for EntityIndexDescription
Source§impl<'de> Deserialize<'de> for EntityIndexDescription
impl<'de> Deserialize<'de> for EntityIndexDescription
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for EntityIndexDescription
impl PartialEq for EntityIndexDescription
Source§impl Serialize for EntityIndexDescription
impl Serialize for EntityIndexDescription
impl Eq for EntityIndexDescription
impl StructuralPartialEq for EntityIndexDescription
Auto Trait Implementations§
impl Freeze for EntityIndexDescription
impl RefUnwindSafe for EntityIndexDescription
impl Send for EntityIndexDescription
impl Sync for EntityIndexDescription
impl Unpin for EntityIndexDescription
impl UnsafeUnpin for EntityIndexDescription
impl UnwindSafe for EntityIndexDescription
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