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