pub struct NewStreamRequestBody {
pub source_url: String,
pub driver_url: String,
pub face: Option<Face>,
pub config: Option<StreamConfig>,
}Fields§
§source_url: String§driver_url: String§face: Option<Face>§config: Option<StreamConfig>Implementations§
Source§impl NewStreamRequestBody
impl NewStreamRequestBody
pub async fn create_stream(&self) -> Result<NewStreamResponse>
Trait Implementations§
Source§impl Debug for NewStreamRequestBody
impl Debug for NewStreamRequestBody
Auto Trait Implementations§
impl Freeze for NewStreamRequestBody
impl RefUnwindSafe for NewStreamRequestBody
impl Send for NewStreamRequestBody
impl Sync for NewStreamRequestBody
impl Unpin for NewStreamRequestBody
impl UnwindSafe for NewStreamRequestBody
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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