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