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