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