pub struct Branch<'a, T, E> { /* private fields */ }
Expand description
The return type of branch.
Implementations§
Auto Trait Implementations§
impl<'a, T, E> Freeze for Branch<'a, T, E>
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§
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