pub struct CreateGraph {
pub name: String,
pub is_any: bool,
}Expand description
CREATE [PROJECTION] GRAPH name [ANY] — create a projected graph.
Fields§
§name: String§is_any: boolTrait Implementations§
Source§impl Clone for CreateGraph
impl Clone for CreateGraph
Source§fn clone(&self) -> CreateGraph
fn clone(&self) -> CreateGraph
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 CreateGraph
impl Debug for CreateGraph
Source§impl PartialEq for CreateGraph
impl PartialEq for CreateGraph
impl StructuralPartialEq for CreateGraph
Auto Trait Implementations§
impl Freeze for CreateGraph
impl RefUnwindSafe for CreateGraph
impl Send for CreateGraph
impl Sync for CreateGraph
impl Unpin for CreateGraph
impl UnsafeUnpin for CreateGraph
impl UnwindSafe for CreateGraph
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