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