pub enum ArcState {
A0,
A1,
A3,
A5,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArcState
impl RefUnwindSafe for ArcState
impl Send for ArcState
impl Sync for ArcState
impl Unpin for ArcState
impl UnwindSafe for ArcState
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