pub struct AddedEntry {
pub id: Id,
pub data: ObjectValues,
pub parent: Option<IndexEntryProperty>,
pub model: String,
}Fields§
§id: Id§data: ObjectValues§parent: Option<IndexEntryProperty>§model: StringTrait Implementations§
Source§impl Clone for AddedEntry
impl Clone for AddedEntry
Source§fn clone(&self) -> AddedEntry
fn clone(&self) -> AddedEntry
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 AddedEntry
impl Debug for AddedEntry
Source§impl<'de> Deserialize<'de> for AddedEntry
impl<'de> Deserialize<'de> for AddedEntry
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 AddedEntry
impl PartialEq for AddedEntry
Source§impl Serialize for AddedEntry
impl Serialize for AddedEntry
impl StructuralPartialEq for AddedEntry
Auto Trait Implementations§
impl Freeze for AddedEntry
impl RefUnwindSafe for AddedEntry
impl Send for AddedEntry
impl Sync for AddedEntry
impl Unpin for AddedEntry
impl UnwindSafe for AddedEntry
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