pub struct hideFromPopularComments;
Trait Implementations§
Source§impl Field for hideFromPopularComments
impl Field for hideFromPopularComments
impl HasInputField<hideFromPopularComments, Option<bool>> for UpdatePostDataInput
Auto Trait Implementations§
impl Freeze for hideFromPopularComments
impl RefUnwindSafe for hideFromPopularComments
impl Send for hideFromPopularComments
impl Sync for hideFromPopularComments
impl Unpin for hideFromPopularComments
impl UnwindSafe for hideFromPopularComments
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