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