pub struct UpdateCommentModeratorActionInput;
Trait Implementations§
impl HasInputField<data, UpdateCommentModeratorActionDataInput> for UpdateCommentModeratorActionInput
impl HasInputField<selector, SelectorInput> for UpdateCommentModeratorActionInput
impl InputObjectMarker for UpdateCommentModeratorActionInput
Auto Trait Implementations§
impl Freeze for UpdateCommentModeratorActionInput
impl RefUnwindSafe for UpdateCommentModeratorActionInput
impl Send for UpdateCommentModeratorActionInput
impl Sync for UpdateCommentModeratorActionInput
impl Unpin for UpdateCommentModeratorActionInput
impl UnwindSafe for UpdateCommentModeratorActionInput
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