Struct workspace2::ActivatePane
source · pub struct ActivatePane(pub usize);
Tuple Fields§
§0: usize
Trait Implementations§
source§impl Action for ActivatePane
impl Action for ActivatePane
fn name(&self) -> &'static str
fn debug_name() -> &'static strwhere Self: Sized,
fn build(value: Value) -> Result<Box<dyn Action>>where Self: Sized,
fn partial_eq(&self, action: &dyn Action) -> bool
fn boxed_clone(&self) -> Box<dyn Action>
fn as_any(&self) -> &dyn Any
source§impl Clone for ActivatePane
impl Clone for ActivatePane
source§fn clone(&self) -> ActivatePane
fn clone(&self) -> ActivatePane
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<'de> Deserialize<'de> for ActivatePane
impl<'de> Deserialize<'de> for ActivatePane
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<ActivatePane> for ActivatePane
impl PartialEq<ActivatePane> for ActivatePane
source§fn eq(&self, other: &ActivatePane) -> bool
fn eq(&self, other: &ActivatePane) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ActivatePane
Auto Trait Implementations§
impl RefUnwindSafe for ActivatePane
impl Send for ActivatePane
impl Sync for ActivatePane
impl Unpin for ActivatePane
impl UnwindSafe for ActivatePane
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