pub struct InvokeResponse {
pub nodes: Vec<Node>,
pub edges: Vec<Edge>,
}Fields§
§nodes: Vec<Node>§edges: Vec<Edge>Implementations§
Source§impl InvokeResponse
impl InvokeResponse
pub fn unsupported() -> Self
Trait Implementations§
Source§impl Clone for InvokeResponse
impl Clone for InvokeResponse
Source§fn clone(&self) -> InvokeResponse
fn clone(&self) -> InvokeResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InvokeResponse
impl Debug for InvokeResponse
Source§impl Default for InvokeResponse
impl Default for InvokeResponse
Source§fn default() -> InvokeResponse
fn default() -> InvokeResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InvokeResponse
impl<'de> Deserialize<'de> for InvokeResponse
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 InvokeResponse
impl RefUnwindSafe for InvokeResponse
impl Send for InvokeResponse
impl Sync for InvokeResponse
impl Unpin for InvokeResponse
impl UnsafeUnpin for InvokeResponse
impl UnwindSafe for InvokeResponse
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