pub struct set_power_limit_handler;Trait Implementations§
Source§impl HttpServiceFactory for set_power_limit_handler
impl HttpServiceFactory for set_power_limit_handler
fn register(self, __config: &mut AppService)
Auto Trait Implementations§
impl Freeze for set_power_limit_handler
impl RefUnwindSafe for set_power_limit_handler
impl Send for set_power_limit_handler
impl Sync for set_power_limit_handler
impl Unpin for set_power_limit_handler
impl UnsafeUnpin for set_power_limit_handler
impl UnwindSafe for set_power_limit_handler
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