pub struct AddFeedOutput(pub Feed);
Tuple Fields§
§0: Feed
Trait Implementations§
Source§impl ConsoleOutput for AddFeedOutput
impl ConsoleOutput for AddFeedOutput
Auto Trait Implementations§
impl Freeze for AddFeedOutput
impl RefUnwindSafe for AddFeedOutput
impl Send for AddFeedOutput
impl Sync for AddFeedOutput
impl Unpin for AddFeedOutput
impl UnwindSafe for AddFeedOutput
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