Struct cynic_codegen::use_schema::UseSchemaParams
source · pub struct UseSchemaParams {
pub schema_filename: String,
}Fields§
§schema_filename: StringTrait Implementations§
source§impl Debug for UseSchemaParams
impl Debug for UseSchemaParams
source§impl 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§
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