pub struct SetIrRepeaterStateRequest {
pub desired_ir_repeater_state: IRRepeaterState,
}Fields§
§desired_ir_repeater_state: IRRepeaterStateTrait Implementations§
Source§impl Clone for SetIrRepeaterStateRequest
impl Clone for SetIrRepeaterStateRequest
Source§fn clone(&self) -> SetIrRepeaterStateRequest
fn clone(&self) -> SetIrRepeaterStateRequest
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 SetIrRepeaterStateRequest
impl Debug for SetIrRepeaterStateRequest
Source§impl Default for SetIrRepeaterStateRequest
impl Default for SetIrRepeaterStateRequest
Source§fn default() -> SetIrRepeaterStateRequest
fn default() -> SetIrRepeaterStateRequest
Returns the “default value” for a type. Read more
Source§impl ToXml for SetIrRepeaterStateRequest
impl ToXml for SetIrRepeaterStateRequest
impl StructuralPartialEq for SetIrRepeaterStateRequest
Auto Trait Implementations§
impl Freeze for SetIrRepeaterStateRequest
impl RefUnwindSafe for SetIrRepeaterStateRequest
impl Send for SetIrRepeaterStateRequest
impl Sync for SetIrRepeaterStateRequest
impl Unpin for SetIrRepeaterStateRequest
impl UnwindSafe for SetIrRepeaterStateRequest
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