pub struct SidebarConfig {
pub auto: bool,
pub groups: Vec<SidebarGroup>,
}Fields§
§auto: bool§groups: Vec<SidebarGroup>Trait Implementations§
Source§impl Debug for SidebarConfig
impl Debug for SidebarConfig
Source§impl Default for SidebarConfig
impl Default for SidebarConfig
Source§impl<'de> Deserialize<'de> for SidebarConfigwhere
SidebarConfig: Default,
impl<'de> Deserialize<'de> for SidebarConfigwhere
SidebarConfig: 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 SidebarConfig
impl RefUnwindSafe for SidebarConfig
impl Send for SidebarConfig
impl Sync for SidebarConfig
impl Unpin for SidebarConfig
impl UnwindSafe for SidebarConfig
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