pub enum UncertaintyFeatures {
None,
Symmetric,
TwoSided,
}Variants§
Auto Trait Implementations§
impl Freeze for UncertaintyFeatures
impl RefUnwindSafe for UncertaintyFeatures
impl Send for UncertaintyFeatures
impl Sync for UncertaintyFeatures
impl Unpin for UncertaintyFeatures
impl UnwindSafe for UncertaintyFeatures
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