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