pub struct GetTrebleResponse {
pub current_treble: i8,
}Fields§
§current_treble: i8Trait Implementations§
Source§impl Clone for GetTrebleResponse
impl Clone for GetTrebleResponse
Source§fn clone(&self) -> GetTrebleResponse
fn clone(&self) -> GetTrebleResponse
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 GetTrebleResponse
impl Debug for GetTrebleResponse
Source§impl<'de> Deserialize<'de> for GetTrebleResponse
impl<'de> Deserialize<'de> for GetTrebleResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetTrebleResponse
impl PartialEq for GetTrebleResponse
impl StructuralPartialEq for GetTrebleResponse
Auto Trait Implementations§
impl Freeze for GetTrebleResponse
impl RefUnwindSafe for GetTrebleResponse
impl Send for GetTrebleResponse
impl Sync for GetTrebleResponse
impl Unpin for GetTrebleResponse
impl UnsafeUnpin for GetTrebleResponse
impl UnwindSafe for GetTrebleResponse
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