pub struct SyncVoiceLibraryDto {
pub providers: Option<Vec<ProvidersTrue>>,
}
Fields§
§providers: Option<Vec<ProvidersTrue>>
List of providers you want to sync.
Implementations§
Source§impl SyncVoiceLibraryDto
impl SyncVoiceLibraryDto
pub fn new() -> SyncVoiceLibraryDto
Trait Implementations§
Source§impl Clone for SyncVoiceLibraryDto
impl Clone for SyncVoiceLibraryDto
Source§fn clone(&self) -> SyncVoiceLibraryDto
fn clone(&self) -> SyncVoiceLibraryDto
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SyncVoiceLibraryDto
impl Debug for SyncVoiceLibraryDto
Source§impl Default for SyncVoiceLibraryDto
impl Default for SyncVoiceLibraryDto
Source§fn default() -> SyncVoiceLibraryDto
fn default() -> SyncVoiceLibraryDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SyncVoiceLibraryDto
impl<'de> Deserialize<'de> for SyncVoiceLibraryDto
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for SyncVoiceLibraryDto
impl PartialEq for SyncVoiceLibraryDto
Source§impl Serialize for SyncVoiceLibraryDto
impl Serialize for SyncVoiceLibraryDto
impl StructuralPartialEq for SyncVoiceLibraryDto
Auto Trait Implementations§
impl Freeze for SyncVoiceLibraryDto
impl RefUnwindSafe for SyncVoiceLibraryDto
impl Send for SyncVoiceLibraryDto
impl Sync for SyncVoiceLibraryDto
impl Unpin for SyncVoiceLibraryDto
impl UnwindSafe for SyncVoiceLibraryDto
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