pub struct NFATransitionStatic { /* private fields */ }Implementations§
Source§impl NFATransitionStatic
impl NFATransitionStatic
Sourcepub const fn __load(to: usize, symbol: AtomStatic) -> NFATransitionStatic
pub const fn __load(to: usize, symbol: AtomStatic) -> NFATransitionStatic
Only intended for internal use by macros.
Trait Implementations§
Source§impl Debug for NFATransitionStatic
impl Debug for NFATransitionStatic
Auto Trait Implementations§
impl Freeze for NFATransitionStatic
impl RefUnwindSafe for NFATransitionStatic
impl Send for NFATransitionStatic
impl Sync for NFATransitionStatic
impl Unpin for NFATransitionStatic
impl UnwindSafe for NFATransitionStatic
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