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