pub struct SetTrebleOperationRequest {
pub desired_treble: i8,
pub instance_id: u32,
}Fields§
§desired_treble: i8§instance_id: u32Trait Implementations§
Source§impl Clone for SetTrebleOperationRequest
impl Clone for SetTrebleOperationRequest
Source§fn clone(&self) -> SetTrebleOperationRequest
fn clone(&self) -> SetTrebleOperationRequest
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 SetTrebleOperationRequest
impl Debug for SetTrebleOperationRequest
Source§impl Validate for SetTrebleOperationRequest
impl Validate for SetTrebleOperationRequest
Source§fn validate_basic(&self) -> Result<(), ValidationError>
fn validate_basic(&self) -> Result<(), ValidationError>
Perform basic validation Read more
Source§fn validate(&self, level: ValidationLevel) -> Result<(), ValidationError>
fn validate(&self, level: ValidationLevel) -> Result<(), ValidationError>
Validate with the specified level
impl StructuralPartialEq for SetTrebleOperationRequest
Auto Trait Implementations§
impl Freeze for SetTrebleOperationRequest
impl RefUnwindSafe for SetTrebleOperationRequest
impl Send for SetTrebleOperationRequest
impl Sync for SetTrebleOperationRequest
impl Unpin for SetTrebleOperationRequest
impl UnsafeUnpin for SetTrebleOperationRequest
impl UnwindSafe for SetTrebleOperationRequest
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