pub struct ApiStreamOptions {
pub include_usage: Option<bool>,
}Fields§
§include_usage: Option<bool>Trait Implementations§
Source§impl Clone for ApiStreamOptions
impl Clone for ApiStreamOptions
Source§fn clone(&self) -> ApiStreamOptions
fn clone(&self) -> ApiStreamOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ApiStreamOptions
impl Debug for ApiStreamOptions
Source§impl<'de> Deserialize<'de> for ApiStreamOptions
impl<'de> Deserialize<'de> for ApiStreamOptions
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ApiStreamOptions
Source§impl PartialEq for ApiStreamOptions
impl PartialEq for ApiStreamOptions
Source§fn eq(&self, other: &ApiStreamOptions) -> bool
fn eq(&self, other: &ApiStreamOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ApiStreamOptions
impl Serialize for ApiStreamOptions
impl StructuralPartialEq for ApiStreamOptions
Auto Trait Implementations§
impl Freeze for ApiStreamOptions
impl RefUnwindSafe for ApiStreamOptions
impl Send for ApiStreamOptions
impl Sync for ApiStreamOptions
impl Unpin for ApiStreamOptions
impl UnsafeUnpin for ApiStreamOptions
impl UnwindSafe for ApiStreamOptions
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