Struct workspace2::pane::ActivateItem
source · pub struct ActivateItem(pub usize);
Tuple Fields§
§0: usize
Trait Implementations§
source§impl Clone for ActivateItem
impl Clone for ActivateItem
source§fn clone(&self) -> ActivateItem
fn clone(&self) -> ActivateItem
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 ActivateItem
impl Debug for ActivateItem
source§impl<'de> Deserialize<'de> for ActivateItem
impl<'de> Deserialize<'de> for ActivateItem
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<ActivateItem> for ActivateItem
impl PartialEq<ActivateItem> for ActivateItem
source§fn eq(&self, other: &ActivateItem) -> bool
fn eq(&self, other: &ActivateItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ActivateItem
Auto Trait Implementations§
impl RefUnwindSafe for ActivateItem
impl Send for ActivateItem
impl Sync for ActivateItem
impl Unpin for ActivateItem
impl UnwindSafe for ActivateItem
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