pub struct StackIndex(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for StackIndex
impl Clone for StackIndex
Source§fn clone(&self) -> StackIndex
fn clone(&self) -> StackIndex
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 StackIndex
impl Debug for StackIndex
Source§impl<'de> Deserialize<'de> for StackIndex
impl<'de> Deserialize<'de> for StackIndex
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 From<StackIndex> for usize
impl From<StackIndex> for usize
Source§fn from(idx: StackIndex) -> Self
fn from(idx: StackIndex) -> Self
Converts to this type from the input type.
Source§impl From<usize> for StackIndex
impl From<usize> for StackIndex
Source§impl Hash for StackIndex
impl Hash for StackIndex
Source§impl PartialEq for StackIndex
impl PartialEq for StackIndex
Source§impl Serialize for StackIndex
impl Serialize for StackIndex
impl Copy for StackIndex
impl Eq for StackIndex
impl StructuralPartialEq for StackIndex
Auto Trait Implementations§
impl Freeze for StackIndex
impl RefUnwindSafe for StackIndex
impl Send for StackIndex
impl Sync for StackIndex
impl Unpin for StackIndex
impl UnwindSafe for StackIndex
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