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 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 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
impl StructuralPartialEq for GraphGroupCreationContext
Auto Trait Implementations§
impl Freeze for GraphGroupCreationContext
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<D> DeserializeWith<JsonFormat> for Dwhere
D: DeserializeOwned,
impl<D> DeserializeWith<JsonFormat> for Dwhere
D: DeserializeOwned,
Source§fn deserialize_with(body: ResponseBody) -> Result<D, Error>
fn deserialize_with(body: ResponseBody) -> Result<D, Error>
Deserialize the response body using the specified format. Read more