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