pub enum UnstableEnum {
Variant,
}Available on crate feature
unstable-enum only.Expand description
An unstable enum
This enum is unstable.
§Stability
This API is marked as unstable and is only available when the unstable-enum
crate feature is enabled. This comes with no stability guarantees, and could be changed
or removed at any time.
Variants§
Variant
An enum variant
This variant is stable.
Auto Trait Implementations§
impl Freeze for UnstableEnum
impl RefUnwindSafe for UnstableEnum
impl Send for UnstableEnum
impl Sync for UnstableEnum
impl Unpin for UnstableEnum
impl UnwindSafe for UnstableEnum
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