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