pub struct RecentDiscussionFeedQueryResults;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RecentDiscussionFeedQueryResults
impl RefUnwindSafe for RecentDiscussionFeedQueryResults
impl Send for RecentDiscussionFeedQueryResults
impl Sync for RecentDiscussionFeedQueryResults
impl Unpin for RecentDiscussionFeedQueryResults
impl UnwindSafe for RecentDiscussionFeedQueryResults
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