pub struct SwitchController;
Trait Implementations§
Source§impl Service for SwitchController
impl Service for SwitchController
type Request = SwitchControllerRequest
type Response = SwitchControllerResponse
fn request_type_name(&self) -> &str
fn response_type_name(&self) -> &str
Auto Trait Implementations§
impl Freeze for SwitchController
impl RefUnwindSafe for SwitchController
impl Send for SwitchController
impl Sync for SwitchController
impl Unpin for SwitchController
impl UnwindSafe for SwitchController
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