pub struct NUM_INPUT_VARIANTS { /* private fields */ }
Trait Implementations§
Source§impl Deref for NUM_INPUT_VARIANTS
impl Deref for NUM_INPUT_VARIANTS
impl LazyStatic for NUM_INPUT_VARIANTS
Auto Trait Implementations§
impl Freeze for NUM_INPUT_VARIANTS
impl RefUnwindSafe for NUM_INPUT_VARIANTS
impl Send for NUM_INPUT_VARIANTS
impl Sync for NUM_INPUT_VARIANTS
impl Unpin for NUM_INPUT_VARIANTS
impl UnwindSafe for NUM_INPUT_VARIANTS
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