Struct cynic_codegen::use_schema::UseSchemaParams
source · pub struct UseSchemaParams {
pub schema_filename: String,
}Fields
schema_filename: StringTrait Implementations
sourceimpl Debug for UseSchemaParams
impl Debug for UseSchemaParams
sourceimpl Parse for UseSchemaParams
impl Parse for UseSchemaParams
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations
impl RefUnwindSafe for UseSchemaParams
impl Send for UseSchemaParams
impl Sync for UseSchemaParams
impl Unpin for UseSchemaParams
impl UnwindSafe for UseSchemaParams
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more