pub struct IFKYearsController;Expand description
WebAPI controller FKYears.
Implementations§
Auto Trait Implementations§
impl Freeze for IFKYearsController
impl RefUnwindSafe for IFKYearsController
impl Send for IFKYearsController
impl Sync for IFKYearsController
impl Unpin for IFKYearsController
impl UnsafeUnpin for IFKYearsController
impl UnwindSafe for IFKYearsController
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