Struct fuel_gql_client::client::schema::resource::ExcludeInput
source · pub struct ExcludeInput { /* private fields */ }
Implementations§
source§impl ExcludeInput
impl ExcludeInput
pub fn from_tuple(
tuple: (Vec<&str>, Vec<&str>)
) -> Result<Self, ConversionError>
Trait Implementations§
source§impl Clone for ExcludeInput
impl Clone for ExcludeInput
source§fn clone(&self) -> ExcludeInput
fn clone(&self) -> ExcludeInput
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 ExcludeInput
impl Debug for ExcludeInput
source§impl InputObject for ExcludeInput
impl InputObject for ExcludeInput
§type SchemaType = ExcludeInput
type SchemaType = ExcludeInput
The input object in the schema that this type represents.