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