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 Freeze for ScalarDeriveInput
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