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