pub struct modGPTAnalysis;
Trait Implementations§
Source§impl Field for modGPTAnalysis
impl Field for modGPTAnalysis
impl HasInputField<modGPTAnalysis, Option<String>> for UpdateCommentDataInput
Auto Trait Implementations§
impl Freeze for modGPTAnalysis
impl RefUnwindSafe for modGPTAnalysis
impl Send for modGPTAnalysis
impl Sync for modGPTAnalysis
impl Unpin for modGPTAnalysis
impl UnwindSafe for modGPTAnalysis
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