pub struct SetStreamSetting<'a> { /* private fields */ }Implementations§
Source§impl<'a> SetStreamSetting<'a>
impl<'a> SetStreamSetting<'a>
pub fn default_live_title(self, title: impl Into<String>) -> Self
pub fn category(self, category: CategoryType) -> Self
pub fn category_id(self, category_id: CategoryId) -> Self
pub fn add_tag(self, tag: impl Into<String>) -> Self
pub async fn send(self) -> Result<(), Error>
Trait Implementations§
Source§impl<'a> Debug for SetStreamSetting<'a>
impl<'a> Debug for SetStreamSetting<'a>
Auto Trait Implementations§
impl<'a> Freeze for SetStreamSetting<'a>
impl<'a> !RefUnwindSafe for SetStreamSetting<'a>
impl<'a> Send for SetStreamSetting<'a>
impl<'a> Sync for SetStreamSetting<'a>
impl<'a> Unpin for SetStreamSetting<'a>
impl<'a> UnsafeUnpin for SetStreamSetting<'a>
impl<'a> !UnwindSafe for SetStreamSetting<'a>
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