Struct vstd::std_specs::control_flow::ExInfallible
source · pub struct ExInfallible(/* private fields */);
Auto Trait Implementations§
impl RefUnwindSafe for ExInfallible
impl Send for ExInfallible
impl Sync for ExInfallible
impl Unpin for ExInfallible
impl UnwindSafe for ExInfallible
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