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