pub struct GetVolumeResponse {
pub current_volume: u8,
}Fields§
§current_volume: u8Trait Implementations§
Source§impl Clone for GetVolumeResponse
impl Clone for GetVolumeResponse
Source§fn clone(&self) -> GetVolumeResponse
fn clone(&self) -> GetVolumeResponse
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 GetVolumeResponse
impl Debug for GetVolumeResponse
Source§impl<'de> Deserialize<'de> for GetVolumeResponse
impl<'de> Deserialize<'de> for GetVolumeResponse
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 GetVolumeResponse
impl PartialEq for GetVolumeResponse
impl StructuralPartialEq for GetVolumeResponse
Auto Trait Implementations§
impl Freeze for GetVolumeResponse
impl RefUnwindSafe for GetVolumeResponse
impl Send for GetVolumeResponse
impl Sync for GetVolumeResponse
impl Unpin for GetVolumeResponse
impl UnsafeUnpin for GetVolumeResponse
impl UnwindSafe for GetVolumeResponse
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