pub struct SidebarChrome {
pub expanded: bool,
pub expanded_width: f64,
}Fields§
§expanded: bool§expanded_width: f64Implementations§
Source§impl SidebarChrome
impl SidebarChrome
Trait Implementations§
Source§impl Clone for SidebarChrome
impl Clone for SidebarChrome
Source§fn clone(&self) -> SidebarChrome
fn clone(&self) -> SidebarChrome
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 moreimpl Copy for SidebarChrome
Source§impl Debug for SidebarChrome
impl Debug for SidebarChrome
Source§impl Default for SidebarChrome
impl Default for SidebarChrome
Source§impl<'de> Deserialize<'de> for SidebarChrome
impl<'de> Deserialize<'de> for SidebarChrome
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 PartialEq for SidebarChrome
impl PartialEq for SidebarChrome
Source§impl Serialize for SidebarChrome
impl Serialize for SidebarChrome
impl StructuralPartialEq for SidebarChrome
Auto Trait Implementations§
impl Freeze for SidebarChrome
impl RefUnwindSafe for SidebarChrome
impl Send for SidebarChrome
impl Sync for SidebarChrome
impl Unpin for SidebarChrome
impl UnsafeUnpin for SidebarChrome
impl UnwindSafe for SidebarChrome
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