Struct workspace::CloseInactiveTabsAndPanes
source · pub struct CloseInactiveTabsAndPanes;
Trait Implementations§
source§impl Action for CloseInactiveTabsAndPanes
impl Action for CloseInactiveTabsAndPanes
fn namespace(&self) -> &'static str
fn name(&self) -> &'static str
fn qualified_name() -> &'static str
fn id(&self) -> TypeId
fn as_any(&self) -> &dyn Any
fn boxed_clone(&self) -> Box<dyn Action>
fn eq(&self, other: &dyn Action) -> bool
fn type_tag(&self) -> TypeTag
fn from_json_str(_: Value) -> Result<Box<dyn Action>>
source§impl Clone for CloseInactiveTabsAndPanes
impl Clone for CloseInactiveTabsAndPanes
source§fn clone(&self) -> CloseInactiveTabsAndPanes
fn clone(&self) -> CloseInactiveTabsAndPanes
Returns a copy of the value. Read more
1.0.0 · 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 CloseInactiveTabsAndPanes
impl Debug for CloseInactiveTabsAndPanes
source§impl Default for CloseInactiveTabsAndPanes
impl Default for CloseInactiveTabsAndPanes
source§fn default() -> CloseInactiveTabsAndPanes
fn default() -> CloseInactiveTabsAndPanes
Returns the “default value” for a type. Read more
source§impl PartialEq<CloseInactiveTabsAndPanes> for CloseInactiveTabsAndPanes
impl PartialEq<CloseInactiveTabsAndPanes> for CloseInactiveTabsAndPanes
source§fn eq(&self, other: &CloseInactiveTabsAndPanes) -> bool
fn eq(&self, other: &CloseInactiveTabsAndPanes) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for CloseInactiveTabsAndPanes
impl StructuralEq for CloseInactiveTabsAndPanes
impl StructuralPartialEq for CloseInactiveTabsAndPanes
Auto Trait Implementations§
impl RefUnwindSafe for CloseInactiveTabsAndPanes
impl Send for CloseInactiveTabsAndPanes
impl Sync for CloseInactiveTabsAndPanes
impl Unpin for CloseInactiveTabsAndPanes
impl UnwindSafe for CloseInactiveTabsAndPanes
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.