pub struct ShellWindowState {
pub sidebar: SidebarChrome,
pub window: Option<WindowFrame>,
}Fields§
§window: Option<WindowFrame>Trait Implementations§
Source§impl Clone for ShellWindowState
impl Clone for ShellWindowState
impl Copy for ShellWindowState
Source§impl Debug for ShellWindowState
impl Debug for ShellWindowState
Source§impl Default for ShellWindowState
impl Default for ShellWindowState
Source§impl<'de> Deserialize<'de> for ShellWindowState
impl<'de> Deserialize<'de> for ShellWindowState
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 ShellWindowState
impl PartialEq for ShellWindowState
Source§impl Serialize for ShellWindowState
impl Serialize for ShellWindowState
impl StructuralPartialEq for ShellWindowState
Auto Trait Implementations§
impl Freeze for ShellWindowState
impl RefUnwindSafe for ShellWindowState
impl Send for ShellWindowState
impl Sync for ShellWindowState
impl Unpin for ShellWindowState
impl UnsafeUnpin for ShellWindowState
impl UnwindSafe for ShellWindowState
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