pub struct GetStreamPreviewImage {
pub stream_key: String,
}Fields§
§stream_key: StringImplementations§
Source§impl GetStreamPreviewImage
impl GetStreamPreviewImage
Sourcepub fn builder() -> GetStreamPreviewImageBuilder
pub fn builder() -> GetStreamPreviewImageBuilder
Create an instance of GetStreamPreviewImage using the builder syntax
Trait Implementations§
Source§impl Clone for GetStreamPreviewImage
impl Clone for GetStreamPreviewImage
Source§fn clone(&self) -> GetStreamPreviewImage
fn clone(&self) -> GetStreamPreviewImage
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 GetStreamPreviewImage
impl Debug for GetStreamPreviewImage
Source§impl Endpoint for GetStreamPreviewImage
impl Endpoint for GetStreamPreviewImage
type Response = StreamPreviewImageResponse
fn into_request(self) -> Request
Auto Trait Implementations§
impl Freeze for GetStreamPreviewImage
impl RefUnwindSafe for GetStreamPreviewImage
impl Send for GetStreamPreviewImage
impl Sync for GetStreamPreviewImage
impl Unpin for GetStreamPreviewImage
impl UnsafeUnpin for GetStreamPreviewImage
impl UnwindSafe for GetStreamPreviewImage
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