pub struct GraphCanvasStorageRequest {
pub selection: GraphCanvasSelection,
pub source_scope: Option<String>,
pub query: Option<String>,
pub graph_version: GraphVersion,
pub limit: usize,
}Expand description
Bounded graph canvas request against an explicit graph snapshot.
Fields§
§selection: GraphCanvasSelection§source_scope: Option<String>§query: Option<String>§graph_version: GraphVersion§limit: usizeTrait Implementations§
Source§impl Clone for GraphCanvasStorageRequest
impl Clone for GraphCanvasStorageRequest
Source§fn clone(&self) -> GraphCanvasStorageRequest
fn clone(&self) -> GraphCanvasStorageRequest
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 GraphCanvasStorageRequest
impl Debug for GraphCanvasStorageRequest
Source§impl PartialEq for GraphCanvasStorageRequest
impl PartialEq for GraphCanvasStorageRequest
Source§fn eq(&self, other: &GraphCanvasStorageRequest) -> bool
fn eq(&self, other: &GraphCanvasStorageRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for GraphCanvasStorageRequest
impl StructuralPartialEq for GraphCanvasStorageRequest
Auto Trait Implementations§
impl Freeze for GraphCanvasStorageRequest
impl RefUnwindSafe for GraphCanvasStorageRequest
impl Send for GraphCanvasStorageRequest
impl Sync for GraphCanvasStorageRequest
impl Unpin for GraphCanvasStorageRequest
impl UnsafeUnpin for GraphCanvasStorageRequest
impl UnwindSafe for GraphCanvasStorageRequest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.