pub struct SetTabIndex {
pub depth: u16,
pub index: u16,
}Fields§
§depth: u16§index: u16Trait Implementations§
Source§impl Clone for SetTabIndex
impl Clone for SetTabIndex
Source§fn clone(&self) -> SetTabIndex
fn clone(&self) -> SetTabIndex
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 moreimpl Copy for SetTabIndex
Source§impl Debug for SetTabIndex
impl Debug for SetTabIndex
Source§impl<'de> Deserialize<'de> for SetTabIndex
impl<'de> Deserialize<'de> for SetTabIndex
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
impl Eq for SetTabIndex
Source§impl Hash for SetTabIndex
impl Hash for SetTabIndex
Source§impl Ord for SetTabIndex
impl Ord for SetTabIndex
Source§fn cmp(&self, other: &SetTabIndex) -> Ordering
fn cmp(&self, other: &SetTabIndex) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SetTabIndex
impl PartialEq for SetTabIndex
Source§fn eq(&self, other: &SetTabIndex) -> bool
fn eq(&self, other: &SetTabIndex) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for SetTabIndex
impl PartialOrd for SetTabIndex
Source§impl Serialize for SetTabIndex
impl Serialize for SetTabIndex
impl StructuralPartialEq for SetTabIndex
Auto Trait Implementations§
impl Freeze for SetTabIndex
impl RefUnwindSafe for SetTabIndex
impl Send for SetTabIndex
impl Sync for SetTabIndex
impl Unpin for SetTabIndex
impl UnsafeUnpin for SetTabIndex
impl UnwindSafe for SetTabIndex
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