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