pub struct CommentModeratorAction;
Trait Implementations§
Source§impl HasField<__typename> for CommentModeratorAction
impl HasField<__typename> for CommentModeratorAction
Source§impl HasField<_id> for CommentModeratorAction
impl HasField<_id> for CommentModeratorAction
Source§impl HasField<active> for CommentModeratorAction
impl HasField<active> for CommentModeratorAction
Source§impl HasField<comment> for CommentModeratorAction
impl HasField<comment> for CommentModeratorAction
Source§impl HasField<commentId> for CommentModeratorAction
impl HasField<commentId> for CommentModeratorAction
Source§impl HasField<createdAt> for CommentModeratorAction
impl HasField<createdAt> for CommentModeratorAction
Source§impl HasField<endedAt> for CommentModeratorAction
impl HasField<endedAt> for CommentModeratorAction
Source§impl HasField<legacyData> for CommentModeratorAction
impl HasField<legacyData> for CommentModeratorAction
Source§impl HasField<type> for CommentModeratorAction
impl HasField<type> for CommentModeratorAction
Auto Trait Implementations§
impl Freeze for CommentModeratorAction
impl RefUnwindSafe for CommentModeratorAction
impl Send for CommentModeratorAction
impl Sync for CommentModeratorAction
impl Unpin for CommentModeratorAction
impl UnwindSafe for CommentModeratorAction
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