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