pub enum StableEnum {
Variant,
}Expand description
Variants§
Variant
An enum variant
This variant is stable.
Auto Trait Implementations§
impl Freeze for StableEnum
impl RefUnwindSafe for StableEnum
impl Send for StableEnum
impl Sync for StableEnum
impl Unpin for StableEnum
impl UnwindSafe for StableEnum
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