pub struct TabsConfig {
pub auto_activate: Option<bool>,
pub filter_internal: Option<bool>,
}Fields§
§auto_activate: Option<bool>§filter_internal: Option<bool>Trait Implementations§
Source§impl Clone for TabsConfig
impl Clone for TabsConfig
Source§fn clone(&self) -> TabsConfig
fn clone(&self) -> TabsConfig
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 TabsConfig
impl Debug for TabsConfig
Source§impl Default for TabsConfig
impl Default for TabsConfig
Source§fn default() -> TabsConfig
fn default() -> TabsConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TabsConfigwhere
TabsConfig: Default,
impl<'de> Deserialize<'de> for TabsConfigwhere
TabsConfig: Default,
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
Auto Trait Implementations§
impl Freeze for TabsConfig
impl RefUnwindSafe for TabsConfig
impl Send for TabsConfig
impl Sync for TabsConfig
impl Unpin for TabsConfig
impl UnsafeUnpin for TabsConfig
impl UnwindSafe for TabsConfig
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