pub struct moderateComment;
Trait Implementations§
Source§impl Field for moderateComment
impl Field for moderateComment
Source§impl HasArgument<commentId> for moderateComment
impl HasArgument<commentId> for moderateComment
Source§impl HasArgument<deleted> for moderateComment
impl HasArgument<deleted> for moderateComment
Source§impl HasArgument<deletedPublic> for moderateComment
impl HasArgument<deletedPublic> for moderateComment
Source§impl HasArgument<deletedReason> for moderateComment
impl HasArgument<deletedReason> for moderateComment
Auto Trait Implementations§
impl Freeze for moderateComment
impl RefUnwindSafe for moderateComment
impl Send for moderateComment
impl Sync for moderateComment
impl Unpin for moderateComment
impl UnwindSafe for moderateComment
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