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