pub enum GoProServices {
ControlAndQuery,
}
Expand description
Represents the different services that a GoPro device can have
Variants§
ControlAndQuery
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GoProServices
impl RefUnwindSafe for GoProServices
impl Send for GoProServices
impl Sync for GoProServices
impl Unpin for GoProServices
impl UnwindSafe for GoProServices
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