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