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