pub struct StreamOption {
pub include_usage: bool,
}Fields§
§include_usage: boolTrait Implementations§
Source§impl Debug for StreamOption
impl Debug for StreamOption
Auto Trait Implementations§
impl Freeze for StreamOption
impl RefUnwindSafe for StreamOption
impl Send for StreamOption
impl Sync for StreamOption
impl Unpin for StreamOption
impl UnsafeUnpin for StreamOption
impl UnwindSafe for StreamOption
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