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