pub struct AdjEntry {
pub target: Rid,
pub label: LabelId,
pub properties: Cid,
pub timestamp: Timestamp,
}Expand description
Adjacency list entry
Fields§
§target: Rid§label: LabelId§properties: Cid§timestamp: TimestampTrait Implementations§
Source§impl<'de> Deserialize<'de> for AdjEntry
impl<'de> Deserialize<'de> for AdjEntry
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
Auto Trait Implementations§
impl Freeze for AdjEntry
impl RefUnwindSafe for AdjEntry
impl Send for AdjEntry
impl Sync for AdjEntry
impl Unpin for AdjEntry
impl UnwindSafe for AdjEntry
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