pub struct ShellSnapshot {
pub sidebar_actions: SidebarActionCollection,
pub pins: PinCollection,
}Fields§
§pins: PinCollectionTrait Implementations§
Source§impl Clone for ShellSnapshot
impl Clone for ShellSnapshot
Source§impl Debug for ShellSnapshot
impl Debug for ShellSnapshot
impl Eq for ShellSnapshot
Source§impl PartialEq for ShellSnapshot
impl PartialEq for ShellSnapshot
impl StructuralPartialEq for ShellSnapshot
Auto Trait Implementations§
impl Freeze for ShellSnapshot
impl RefUnwindSafe for ShellSnapshot
impl Send for ShellSnapshot
impl Sync for ShellSnapshot
impl Unpin for ShellSnapshot
impl UnsafeUnpin for ShellSnapshot
impl UnwindSafe for ShellSnapshot
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