pub struct GraphPathQuery {
pub to: String,
}Expand description
GET /v1/memories/:id/path
Fields§
§to: StringTarget memory ID.
Trait Implementations§
Source§impl Debug for GraphPathQuery
impl Debug for GraphPathQuery
Source§impl<'de> Deserialize<'de> for GraphPathQuery
impl<'de> Deserialize<'de> for GraphPathQuery
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 GraphPathQuery
impl RefUnwindSafe for GraphPathQuery
impl Send for GraphPathQuery
impl Sync for GraphPathQuery
impl Unpin for GraphPathQuery
impl UnsafeUnpin for GraphPathQuery
impl UnwindSafe for GraphPathQuery
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