Struct cynic_codegen::scalar_derive::ScalarDeriveInput
source · pub struct ScalarDeriveInput { /* private fields */ }Implementations
sourceimpl ScalarDeriveInput
impl ScalarDeriveInput
pub fn schema_module(&self) -> Path
Trait Implementations
sourceimpl FromDeriveInput for ScalarDeriveInput
impl FromDeriveInput for ScalarDeriveInput
sourcefn 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
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