Struct raphtory_io::graph_loader::example::lotr_graph::Lotr
source · pub struct Lotr {
pub src_id: String,
pub dst_id: String,
pub time: i64,
}Fields§
§src_id: String§dst_id: String§time: i64Trait Implementations§
source§impl<'de> Deserialize<'de> for Lotr
impl<'de> Deserialize<'de> for Lotr
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 RefUnwindSafe for Lotr
impl Send for Lotr
impl Sync for Lotr
impl Unpin for Lotr
impl UnwindSafe for Lotr
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