pub struct ZoneGroupState {
pub groups: Vec<ZoneGroup>,
}Fields§
§groups: Vec<ZoneGroup>Trait Implementations§
Source§impl Clone for ZoneGroupState
impl Clone for ZoneGroupState
Source§fn clone(&self) -> ZoneGroupState
fn clone(&self) -> ZoneGroupState
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 ZoneGroupState
impl Debug for ZoneGroupState
Source§impl DecodeXml for ZoneGroupState
impl DecodeXml for ZoneGroupState
fn decode_xml(xml: &str) -> Result<Self>
Source§impl PartialEq for ZoneGroupState
impl PartialEq for ZoneGroupState
impl StructuralPartialEq for ZoneGroupState
Auto Trait Implementations§
impl Freeze for ZoneGroupState
impl RefUnwindSafe for ZoneGroupState
impl Send for ZoneGroupState
impl Sync for ZoneGroupState
impl Unpin for ZoneGroupState
impl UnwindSafe for ZoneGroupState
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