pub struct StackState { /* private fields */ }Implementations§
Source§impl StackState
impl StackState
Trait Implementations§
Source§impl Clone for StackState
impl Clone for StackState
Source§fn clone(&self) -> StackState
fn clone(&self) -> StackState
Returns a duplicate 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 StackState
impl Debug for StackState
Source§impl Default for StackState
impl Default for StackState
Source§impl From<StackState> for StackState
impl From<StackState> for StackState
Source§fn from(value: StackState) -> Self
fn from(value: StackState) -> Self
Converts to this type from the input type.
Source§impl TryFrom<StackState> for StackState
impl TryFrom<StackState> for StackState
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: StackState) -> Result<Self, ConversionError>
fn try_from(value: StackState) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for StackState
impl RefUnwindSafe for StackState
impl Send for StackState
impl Sync for StackState
impl Unpin for StackState
impl UnsafeUnpin for StackState
impl UnwindSafe for StackState
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