pub struct ShellSnapshot {
pub activators: ActivatorCollection,
pub pins: PinCollection,
}Fields§
§activators: ActivatorCollection§pins: PinCollectionTrait Implementations§
Source§impl Clone for ShellSnapshot
impl Clone for ShellSnapshot
Source§fn clone(&self) -> ShellSnapshot
fn clone(&self) -> ShellSnapshot
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 moreSource§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