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