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