pub struct IndexEntryProperty {
pub id: Id,
pub property: String,
}Fields§
§id: Id§property: StringTrait Implementations§
Source§impl Clone for IndexEntryProperty
impl Clone for IndexEntryProperty
Source§fn clone(&self) -> IndexEntryProperty
fn clone(&self) -> IndexEntryProperty
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 IndexEntryProperty
impl Debug for IndexEntryProperty
Source§impl Default for IndexEntryProperty
impl Default for IndexEntryProperty
Source§fn default() -> IndexEntryProperty
fn default() -> IndexEntryProperty
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for IndexEntryProperty
impl<'de> Deserialize<'de> for IndexEntryProperty
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 IndexEntryProperty
impl PartialEq for IndexEntryProperty
Source§impl Serialize for IndexEntryProperty
impl Serialize for IndexEntryProperty
impl StructuralPartialEq for IndexEntryProperty
Auto Trait Implementations§
impl Freeze for IndexEntryProperty
impl RefUnwindSafe for IndexEntryProperty
impl Send for IndexEntryProperty
impl Sync for IndexEntryProperty
impl Unpin for IndexEntryProperty
impl UnwindSafe for IndexEntryProperty
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