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