Struct StackOverflowType
#[repr(transparent)]pub struct StackOverflowType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for StackOverflowType
impl Clone for StackOverflowType
§fn clone(&self) -> StackOverflowType
fn clone(&self) -> StackOverflowType
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 more§impl Debug for StackOverflowType
impl Debug for StackOverflowType
§impl Default for StackOverflowType
impl Default for StackOverflowType
§fn default() -> StackOverflowType
fn default() -> StackOverflowType
Returns the “default value” for a type. Read more
§impl PartialEq for StackOverflowType
impl PartialEq for StackOverflowType
impl Copy for StackOverflowType
impl Eq for StackOverflowType
impl StructuralPartialEq for StackOverflowType
Auto Trait Implementations§
impl Freeze for StackOverflowType
impl RefUnwindSafe for StackOverflowType
impl Send for StackOverflowType
impl Sync for StackOverflowType
impl Unpin for StackOverflowType
impl UnwindSafe for StackOverflowType
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