pub struct SetAutoplayLinkedZonesRequest {
pub include_linked_zones: bool,
pub source: String,
}Fields§
§include_linked_zones: bool§source: StringTrait Implementations§
Source§impl Clone for SetAutoplayLinkedZonesRequest
impl Clone for SetAutoplayLinkedZonesRequest
Source§fn clone(&self) -> SetAutoplayLinkedZonesRequest
fn clone(&self) -> SetAutoplayLinkedZonesRequest
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 Default for SetAutoplayLinkedZonesRequest
impl Default for SetAutoplayLinkedZonesRequest
Source§fn default() -> SetAutoplayLinkedZonesRequest
fn default() -> SetAutoplayLinkedZonesRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for SetAutoplayLinkedZonesRequest
impl PartialEq for SetAutoplayLinkedZonesRequest
Source§fn eq(&self, other: &SetAutoplayLinkedZonesRequest) -> bool
fn eq(&self, other: &SetAutoplayLinkedZonesRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetAutoplayLinkedZonesRequest
Auto Trait Implementations§
impl Freeze for SetAutoplayLinkedZonesRequest
impl RefUnwindSafe for SetAutoplayLinkedZonesRequest
impl Send for SetAutoplayLinkedZonesRequest
impl Sync for SetAutoplayLinkedZonesRequest
impl Unpin for SetAutoplayLinkedZonesRequest
impl UnwindSafe for SetAutoplayLinkedZonesRequest
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