pub struct BetaSpec { /* private fields */ }Expand description
Typed beta model specification.
Implementations§
Trait Implementations§
impl StructuralPartialEq for BetaSpec
Auto Trait Implementations§
impl Freeze for BetaSpec
impl RefUnwindSafe for BetaSpec
impl Send for BetaSpec
impl Sync for BetaSpec
impl Unpin for BetaSpec
impl UnsafeUnpin for BetaSpec
impl UnwindSafe for BetaSpec
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