pub struct UpdateRSSFeedInput;
Trait Implementations§
impl HasInputField<data, UpdateRSSFeedDataInput> for UpdateRSSFeedInput
impl HasInputField<selector, SelectorInput> for UpdateRSSFeedInput
impl InputObjectMarker for UpdateRSSFeedInput
Auto Trait Implementations§
impl Freeze for UpdateRSSFeedInput
impl RefUnwindSafe for UpdateRSSFeedInput
impl Send for UpdateRSSFeedInput
impl Sync for UpdateRSSFeedInput
impl Unpin for UpdateRSSFeedInput
impl UnwindSafe for UpdateRSSFeedInput
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