pub struct SetLedFeedbackStateRequest {
pub led_feedback_state: LEDFeedbackState,
}Fields§
§led_feedback_state: LEDFeedbackStateTrait Implementations§
Source§impl Clone for SetLedFeedbackStateRequest
impl Clone for SetLedFeedbackStateRequest
Source§fn clone(&self) -> SetLedFeedbackStateRequest
fn clone(&self) -> SetLedFeedbackStateRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SetLedFeedbackStateRequest
impl Debug for SetLedFeedbackStateRequest
Source§impl Default for SetLedFeedbackStateRequest
impl Default for SetLedFeedbackStateRequest
Source§fn default() -> SetLedFeedbackStateRequest
fn default() -> SetLedFeedbackStateRequest
Returns the “default value” for a type. Read more
Source§impl ToXml for SetLedFeedbackStateRequest
impl ToXml for SetLedFeedbackStateRequest
impl StructuralPartialEq for SetLedFeedbackStateRequest
Auto Trait Implementations§
impl Freeze for SetLedFeedbackStateRequest
impl RefUnwindSafe for SetLedFeedbackStateRequest
impl Send for SetLedFeedbackStateRequest
impl Sync for SetLedFeedbackStateRequest
impl Unpin for SetLedFeedbackStateRequest
impl UnwindSafe for SetLedFeedbackStateRequest
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