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