pub struct QueryDependency {
pub item_id: String,
pub depends_on_item_id: String,
pub link_type: String,
pub created_at_us: i64,
}Expand description
A dependency edge between two items.
Fields§
§item_id: String§depends_on_item_id: String§link_type: String§created_at_us: i64Trait Implementations§
Source§impl Clone for QueryDependency
impl Clone for QueryDependency
Source§fn clone(&self) -> QueryDependency
fn clone(&self) -> QueryDependency
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 QueryDependency
impl Debug for QueryDependency
Source§impl PartialEq for QueryDependency
impl PartialEq for QueryDependency
impl Eq for QueryDependency
impl StructuralPartialEq for QueryDependency
Auto Trait Implementations§
impl Freeze for QueryDependency
impl RefUnwindSafe for QueryDependency
impl Send for QueryDependency
impl Sync for QueryDependency
impl Unpin for QueryDependency
impl UnsafeUnpin for QueryDependency
impl UnwindSafe for QueryDependency
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.