pub struct RetrieveStreamParams {
pub include_statistics: Option<bool>,
}Expand description
Query parameters for retrieving a stream.
Fields§
§include_statistics: Option<bool>Whether to include statistics about resource consumption.
Trait Implementations§
Source§impl Debug for RetrieveStreamParams
impl Debug for RetrieveStreamParams
Source§impl Default for RetrieveStreamParams
impl Default for RetrieveStreamParams
Source§fn default() -> RetrieveStreamParams
fn default() -> RetrieveStreamParams
Returns the “default value” for a type. Read more
Source§impl IntoParams for RetrieveStreamParams
impl IntoParams for RetrieveStreamParams
Auto Trait Implementations§
impl Freeze for RetrieveStreamParams
impl RefUnwindSafe for RetrieveStreamParams
impl Send for RetrieveStreamParams
impl Sync for RetrieveStreamParams
impl Unpin for RetrieveStreamParams
impl UnwindSafe for RetrieveStreamParams
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