pub struct FetchedFeedPage {
pub url: Url,
pub items: Vec<UntypedRecord>,
pub feed: FeedWatcher,
pub put_result: Vec<PutResult>,
}
Fields
url: Url
items: Vec<UntypedRecord>
feed: FeedWatcher
put_result: Vec<PutResult>
Trait Implementations
sourceimpl Clone for FetchedFeedPage
impl Clone for FetchedFeedPage
sourcefn clone(&self) -> FetchedFeedPage
fn clone(&self) -> FetchedFeedPage
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations
impl !RefUnwindSafe for FetchedFeedPage
impl Send for FetchedFeedPage
impl Sync for FetchedFeedPage
impl Unpin for FetchedFeedPage
impl !UnwindSafe for FetchedFeedPage
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
impl<T> IntoCollection<T> for T
impl<T> IntoCollection<T> for T
fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
Converts
self
into a collection.fn mapped<U, F, A>(self, f: F) -> SmallVec<A>where
F: FnMut(T) -> U,
A: Array<Item = U>,
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be
Self