pub struct SourcePreviewBatchResponse {
pub previews: Vec<SourcePreviewResponse>,
pub unavailable_frame_ids: Vec<FrameId>,
}Expand description
Response for POST /api/source/previews.
Fields§
§previews: Vec<SourcePreviewResponse>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SourcePreviewBatchResponse
impl RefUnwindSafe for SourcePreviewBatchResponse
impl Send for SourcePreviewBatchResponse
impl Sync for SourcePreviewBatchResponse
impl Unpin for SourcePreviewBatchResponse
impl UnsafeUnpin for SourcePreviewBatchResponse
impl UnwindSafe for SourcePreviewBatchResponse
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