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