pub struct EndBranch;Expand description
A branch that always ends execution
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EndBranch
impl RefUnwindSafe for EndBranch
impl Send for EndBranch
impl Sync for EndBranch
impl Unpin for EndBranch
impl UnsafeUnpin for EndBranch
impl UnwindSafe for EndBranch
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