pub struct ListFeedsCmd;Trait Implementations§
Source§impl RSSActionCmd for ListFeedsCmd
impl RSSActionCmd for ListFeedsCmd
Auto Trait Implementations§
impl Freeze for ListFeedsCmd
impl RefUnwindSafe for ListFeedsCmd
impl Send for ListFeedsCmd
impl Sync for ListFeedsCmd
impl Unpin for ListFeedsCmd
impl UnwindSafe for ListFeedsCmd
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