pub struct rSSFeed;
Trait Implementations§
Source§impl HasArgument<input> for rSSFeed
impl HasArgument<input> for rSSFeed
Source§type ArgumentType = Option<SingleRSSFeedInput>
type ArgumentType = Option<SingleRSSFeedInput>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for rSSFeed
impl RefUnwindSafe for rSSFeed
impl Send for rSSFeed
impl Sync for rSSFeed
impl Unpin for rSSFeed
impl UnwindSafe for rSSFeed
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