Struct chumsky_branch::Branch
source · [−]pub struct Branch<'a, T, E> { /* private fields */ }
Expand description
The return type of branch.
Implementations
Auto Trait Implementations
impl<'a, T, E> !RefUnwindSafe for Branch<'a, T, E>
impl<'a, T, E> !Send for Branch<'a, T, E>
impl<'a, T, E> !Sync for Branch<'a, T, E>
impl<'a, T, E> Unpin for Branch<'a, T, E>
impl<'a, T, E> !UnwindSafe for Branch<'a, T, E>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more