pub struct FeedStream {
pub items: Vec<FeedItem>,
}Fields§
§items: Vec<FeedItem>Trait Implementations§
Source§impl Clone for FeedStream
impl Clone for FeedStream
Source§fn clone(&self) -> FeedStream
fn clone(&self) -> FeedStream
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FeedStream
impl Debug for FeedStream
Source§impl Default for FeedStream
impl Default for FeedStream
Source§fn default() -> FeedStream
fn default() -> FeedStream
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FeedStream
impl RefUnwindSafe for FeedStream
impl Send for FeedStream
impl Sync for FeedStream
impl Unpin for FeedStream
impl UnsafeUnpin for FeedStream
impl UnwindSafe for FeedStream
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