pub struct UltraFeed;
Trait Implementations§
Source§impl HasArgument<cutoff> for UltraFeed
impl HasArgument<cutoff> for UltraFeed
Source§impl HasArgument<limit> for UltraFeed
impl HasArgument<limit> for UltraFeed
Source§impl HasArgument<offset> for UltraFeed
impl HasArgument<offset> for UltraFeed
Source§impl HasArgument<sessionId> for UltraFeed
impl HasArgument<sessionId> for UltraFeed
Source§impl HasArgument<settings> for UltraFeed
impl HasArgument<settings> for UltraFeed
Auto Trait Implementations§
impl Freeze for UltraFeed
impl RefUnwindSafe for UltraFeed
impl Send for UltraFeed
impl Sync for UltraFeed
impl Unpin for UltraFeed
impl UnwindSafe for UltraFeed
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