pub struct FeaturesSection {
pub enable_sse_client: bool,
pub enable_async_client: bool,
pub enable_specta: bool,
}Fields§
§enable_sse_client: bool§enable_async_client: bool§enable_specta: boolTrait Implementations§
Source§impl Clone for FeaturesSection
impl Clone for FeaturesSection
Source§fn clone(&self) -> FeaturesSection
fn clone(&self) -> FeaturesSection
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 FeaturesSection
impl Debug for FeaturesSection
Source§impl<'de> Deserialize<'de> for FeaturesSection
impl<'de> Deserialize<'de> for FeaturesSection
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
Source§impl Serialize for FeaturesSection
impl Serialize for FeaturesSection
Source§impl Validate for FeaturesSection
impl Validate for FeaturesSection
Source§impl<'v_a> ValidateArgs<'v_a> for FeaturesSection
impl<'v_a> ValidateArgs<'v_a> for FeaturesSection
Auto Trait Implementations§
impl Freeze for FeaturesSection
impl RefUnwindSafe for FeaturesSection
impl Send for FeaturesSection
impl Sync for FeaturesSection
impl Unpin for FeaturesSection
impl UnwindSafe for FeaturesSection
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