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