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