pub struct SetZoneAttributesRequest {
pub desired_zone_name: String,
pub desired_icon: String,
pub desired_configuration: String,
pub desired_target_room_name: String,
}Fields§
§desired_zone_name: String§desired_icon: String§desired_configuration: String§desired_target_room_name: StringTrait Implementations§
Source§impl Clone for SetZoneAttributesRequest
impl Clone for SetZoneAttributesRequest
Source§fn clone(&self) -> SetZoneAttributesRequest
fn clone(&self) -> SetZoneAttributesRequest
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 SetZoneAttributesRequest
impl Debug for SetZoneAttributesRequest
Source§impl Default for SetZoneAttributesRequest
impl Default for SetZoneAttributesRequest
Source§fn default() -> SetZoneAttributesRequest
fn default() -> SetZoneAttributesRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for SetZoneAttributesRequest
impl PartialEq for SetZoneAttributesRequest
Source§impl ToXml for SetZoneAttributesRequest
impl ToXml for SetZoneAttributesRequest
impl StructuralPartialEq for SetZoneAttributesRequest
Auto Trait Implementations§
impl Freeze for SetZoneAttributesRequest
impl RefUnwindSafe for SetZoneAttributesRequest
impl Send for SetZoneAttributesRequest
impl Sync for SetZoneAttributesRequest
impl Unpin for SetZoneAttributesRequest
impl UnwindSafe for SetZoneAttributesRequest
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