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