pub struct UpdateStreamRegion {
pub stream_key: String,
pub region: VoiceRegion,
}Fields§
§stream_key: String§region: VoiceRegionImplementations§
Source§impl UpdateStreamRegion
impl UpdateStreamRegion
Sourcepub fn builder() -> UpdateStreamRegionBuilder
pub fn builder() -> UpdateStreamRegionBuilder
Create an instance of UpdateStreamRegion using the builder syntax
Trait Implementations§
Source§impl Clone for UpdateStreamRegion
impl Clone for UpdateStreamRegion
Source§fn clone(&self) -> UpdateStreamRegion
fn clone(&self) -> UpdateStreamRegion
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 UpdateStreamRegion
impl Debug for UpdateStreamRegion
Auto Trait Implementations§
impl Freeze for UpdateStreamRegion
impl RefUnwindSafe for UpdateStreamRegion
impl Send for UpdateStreamRegion
impl Sync for UpdateStreamRegion
impl Unpin for UpdateStreamRegion
impl UnsafeUnpin for UpdateStreamRegion
impl UnwindSafe for UpdateStreamRegion
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