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