pub struct MemoryLinkResponse {
pub from_id: String,
pub to_id: String,
pub edge_type: String,
}Expand description
Response from explicit link creation.
Fields§
§from_id: String§to_id: String§edge_type: StringTrait Implementations§
Source§impl Debug for MemoryLinkResponse
impl Debug for MemoryLinkResponse
Auto Trait Implementations§
impl Freeze for MemoryLinkResponse
impl RefUnwindSafe for MemoryLinkResponse
impl Send for MemoryLinkResponse
impl Sync for MemoryLinkResponse
impl Unpin for MemoryLinkResponse
impl UnsafeUnpin for MemoryLinkResponse
impl UnwindSafe for MemoryLinkResponse
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