pub struct GroupMute(pub bool);Expand description
Group master mute state
Tuple Fields§
§0: boolImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GroupMute
impl<'de> Deserialize<'de> for GroupMute
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<GroupMute, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<GroupMute, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl GroupFetchable for GroupMute
impl GroupFetchable for GroupMute
Source§type Operation = GetGroupMuteOperation
type Operation = GetGroupMuteOperation
The UPnP operation type used to fetch this property
Source§fn build_operation() -> Result<ComposableOperation<Self::Operation>, SdkError>
fn build_operation() -> Result<ComposableOperation<Self::Operation>, SdkError>
Build the operation to fetch this property
Source§fn from_response(response: GetGroupMuteResponse) -> Self
fn from_response(response: GetGroupMuteResponse) -> Self
Convert the operation response to the property value
Source§impl Serialize for GroupMute
impl Serialize for GroupMute
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Source§impl SonosProperty for GroupMute
impl SonosProperty for GroupMute
impl StructuralPartialEq for GroupMute
Auto Trait Implementations§
impl Freeze for GroupMute
impl RefUnwindSafe for GroupMute
impl Send for GroupMute
impl Sync for GroupMute
impl Unpin for GroupMute
impl UnsafeUnpin for GroupMute
impl UnwindSafe for GroupMute
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