pub struct VolatilityEnum { /* private fields */ }Expand description
An enum within a volatility profile
Can be obtained via the enum_from_name function.
Note: This type is opaque due to having an undefined layout and thus may only be accessed behind a reference.
Implementations§
Auto Trait Implementations§
impl Freeze for VolatilityEnum
impl RefUnwindSafe for VolatilityEnum
impl !Send for VolatilityEnum
impl !Sync for VolatilityEnum
impl !Unpin for VolatilityEnum
impl UnwindSafe for VolatilityEnum
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