pub struct UpdateCommentModeratorActionDataInput;
Trait Implementations§
impl HasInputField<commentId, Option<String>> for UpdateCommentModeratorActionDataInput
impl HasInputField<data, UpdateCommentModeratorActionDataInput> for UpdateCommentModeratorActionInput
impl HasInputField<endedAt, Option<Date>> for UpdateCommentModeratorActionDataInput
impl HasInputField<legacyData, Option<JSON>> for UpdateCommentModeratorActionDataInput
impl HasInputField<type, Option<String>> for UpdateCommentModeratorActionDataInput
impl InputObjectMarker for UpdateCommentModeratorActionDataInput
Auto Trait Implementations§
impl Freeze for UpdateCommentModeratorActionDataInput
impl RefUnwindSafe for UpdateCommentModeratorActionDataInput
impl Send for UpdateCommentModeratorActionDataInput
impl Sync for UpdateCommentModeratorActionDataInput
impl Unpin for UpdateCommentModeratorActionDataInput
impl UnwindSafe for UpdateCommentModeratorActionDataInput
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