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