pub struct rawFeed;
Trait Implementations§
impl HasInputField<rawFeed, JSON> for CreateRSSFeedDataInput
Auto Trait Implementations§
impl Freeze for rawFeed
impl RefUnwindSafe for rawFeed
impl Send for rawFeed
impl Sync for rawFeed
impl Unpin for rawFeed
impl UnwindSafe for rawFeed
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