pub struct QKey {
pub path_sig: Cid,
pub class_sig: Cid,
pub as_of: u64,
pub cap_region: (u64, u64),
pub type_part: u16,
}Expand description
Query Key for caching and indexing
Fields§
§path_sig: Cid§class_sig: Cid§as_of: u64§cap_region: (u64, u64)§type_part: u16Trait Implementations§
Source§impl<'de> Deserialize<'de> for QKey
impl<'de> Deserialize<'de> for QKey
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
impl Eq for QKey
impl StructuralPartialEq for QKey
Auto Trait Implementations§
impl Freeze for QKey
impl RefUnwindSafe for QKey
impl Send for QKey
impl Sync for QKey
impl Unpin for QKey
impl UnwindSafe for QKey
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