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