pub struct StartSchemaCreationRequest {
pub api_id: String,
pub definition: Bytes,
}
Fields§
§api_id: String
The API ID.
definition: Bytes
The schema definition, in GraphQL schema language format.
Trait Implementations§
Source§impl Clone for StartSchemaCreationRequest
impl Clone for StartSchemaCreationRequest
Source§fn clone(&self) -> StartSchemaCreationRequest
fn clone(&self) -> StartSchemaCreationRequest
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 StartSchemaCreationRequest
impl Debug for StartSchemaCreationRequest
Source§impl Default for StartSchemaCreationRequest
impl Default for StartSchemaCreationRequest
Source§fn default() -> StartSchemaCreationRequest
fn default() -> StartSchemaCreationRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for StartSchemaCreationRequest
Auto Trait Implementations§
impl !Freeze for StartSchemaCreationRequest
impl RefUnwindSafe for StartSchemaCreationRequest
impl Send for StartSchemaCreationRequest
impl Sync for StartSchemaCreationRequest
impl Unpin for StartSchemaCreationRequest
impl UnwindSafe for StartSchemaCreationRequest
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