pub struct AllWindows {
pub active_group_history: Vec<u64>,
pub active_group_idx: Option<u64>,
pub window_groups: Vec<WindowGroup>,
}Fields§
§active_group_history: Vec<u64>§active_group_idx: Option<u64>§window_groups: Vec<WindowGroup>Trait Implementations§
Source§impl Debug for AllWindows
impl Debug for AllWindows
Source§impl<'de> Deserialize<'de> for AllWindows
impl<'de> Deserialize<'de> for AllWindows
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 AllWindows
impl RefUnwindSafe for AllWindows
impl Send for AllWindows
impl Sync for AllWindows
impl Unpin for AllWindows
impl UnwindSafe for AllWindows
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