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