Struct cynic_codegen::scalar_derive::ScalarDeriveInput
source · pub struct ScalarDeriveInput { /* private fields */ }Implementations§
source§impl ScalarDeriveInput
impl ScalarDeriveInput
pub fn schema_module(&self) -> Path
Trait Implementations§
source§impl FromDeriveInput for ScalarDeriveInput
impl FromDeriveInput for ScalarDeriveInput
source§fn from_derive_input(__di: &DeriveInput) -> Result<Self>
fn from_derive_input(__di: &DeriveInput) -> Result<Self>
Create an instance from
syn::DeriveInput, or return an error.Auto Trait Implementations§
impl RefUnwindSafe for ScalarDeriveInput
impl !Send for ScalarDeriveInput
impl !Sync for ScalarDeriveInput
impl Unpin for ScalarDeriveInput
impl UnwindSafe for ScalarDeriveInput
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