pub struct GraphGroupCreationContext {
pub storage_key: Option<String>,
}Expand description
Do not attempt to use this type to create a new group. This type does not contain sufficient fields to create a new group.
Fields§
§storage_key: Option<String>Optional: If provided, we will use this identifier for the storage key of the created group
Implementations§
Trait Implementations§
source§impl Clone for GraphGroupCreationContext
impl Clone for GraphGroupCreationContext
source§fn clone(&self) -> GraphGroupCreationContext
fn clone(&self) -> GraphGroupCreationContext
Returns a copy 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 GraphGroupCreationContext
impl Debug for GraphGroupCreationContext
source§impl Default for GraphGroupCreationContext
impl Default for GraphGroupCreationContext
source§fn default() -> GraphGroupCreationContext
fn default() -> GraphGroupCreationContext
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GraphGroupCreationContext
impl<'de> Deserialize<'de> for GraphGroupCreationContext
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 GraphGroupCreationContext
impl PartialEq for GraphGroupCreationContext
source§fn eq(&self, other: &GraphGroupCreationContext) -> bool
fn eq(&self, other: &GraphGroupCreationContext) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GraphGroupCreationContext
Auto Trait Implementations§
impl RefUnwindSafe for GraphGroupCreationContext
impl Send for GraphGroupCreationContext
impl Sync for GraphGroupCreationContext
impl Unpin for GraphGroupCreationContext
impl UnwindSafe for GraphGroupCreationContext
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