pub struct SetTabIndex {
pub depth: u16,
pub index: u16,
}
Fields§
§depth: u16
§index: u16
Trait Implementations§
Source§impl Clone for SetTabIndex
impl Clone for SetTabIndex
Source§fn clone(&self) -> SetTabIndex
fn clone(&self) -> SetTabIndex
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 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
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 · 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§impl PartialOrd for SetTabIndex
impl PartialOrd for SetTabIndex
Source§impl Serialize for SetTabIndex
impl Serialize for SetTabIndex
impl Copy for SetTabIndex
impl Eq 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 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