pub struct GetDevicesEndpoint { /* private fields */ }Expand description
Macro Generated Marker Type
Trait Implementations§
Source§impl Endpoint for GetDevicesEndpoint
impl Endpoint for GetDevicesEndpoint
Source§type Response = Vec<DeviceData>
type Response = Vec<DeviceData>
The type of the Response (server to client)
Auto Trait Implementations§
impl Freeze for GetDevicesEndpoint
impl RefUnwindSafe for GetDevicesEndpoint
impl Send for GetDevicesEndpoint
impl Sync for GetDevicesEndpoint
impl Unpin for GetDevicesEndpoint
impl UnwindSafe for GetDevicesEndpoint
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