pub struct GetStatusLed { /* private fields */ }Expand description
Macro Generated Marker Type
Trait Implementations§
Source§impl Endpoint for GetStatusLed
impl Endpoint for GetStatusLed
Auto Trait Implementations§
impl Freeze for GetStatusLed
impl RefUnwindSafe for GetStatusLed
impl Send for GetStatusLed
impl Sync for GetStatusLed
impl Unpin for GetStatusLed
impl UnwindSafe for GetStatusLed
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