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