pub struct QueryGraphArgs {
pub graph_name: String,
pub query: String,
}
Fields§
§graph_name: String
§query: String
Trait Implementations§
Source§impl Clone for QueryGraphArgs
impl Clone for QueryGraphArgs
Source§fn clone(&self) -> QueryGraphArgs
fn clone(&self) -> QueryGraphArgs
Returns a duplicate of the value. Read more
1.0.0 · 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 QueryGraphArgs
impl Debug for QueryGraphArgs
Source§impl Default for QueryGraphArgs
impl Default for QueryGraphArgs
Source§fn default() -> QueryGraphArgs
fn default() -> QueryGraphArgs
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryGraphArgs
impl<'de> Deserialize<'de> for QueryGraphArgs
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
Source§impl PartialEq for QueryGraphArgs
impl PartialEq for QueryGraphArgs
Source§impl Serialize for QueryGraphArgs
impl Serialize for QueryGraphArgs
impl StructuralPartialEq for QueryGraphArgs
Auto Trait Implementations§
impl Freeze for QueryGraphArgs
impl RefUnwindSafe for QueryGraphArgs
impl Send for QueryGraphArgs
impl Sync for QueryGraphArgs
impl Unpin for QueryGraphArgs
impl UnwindSafe for QueryGraphArgs
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