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