pub struct ValueDelegateInput {
delegated_ty: Path,
ident: Ident,
mode: DeriveMode,
nullable: bool,
}
Fields§
§delegated_ty: Path
§ident: Ident
§mode: DeriveMode
§nullable: bool
Trait Implementations§
source§impl Parse for ValueDelegateInput
impl Parse for ValueDelegateInput
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl Freeze for ValueDelegateInput
impl RefUnwindSafe for ValueDelegateInput
impl !Send for ValueDelegateInput
impl !Sync for ValueDelegateInput
impl Unpin for ValueDelegateInput
impl UnwindSafe for ValueDelegateInput
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