Struct call2::OneAtATime
source · pub struct OneAtATime { /* private fields */ }
Auto Trait Implementations§
impl !RefUnwindSafe for OneAtATime
impl Send for OneAtATime
impl Sync for OneAtATime
impl Unpin for OneAtATime
impl !UnwindSafe for OneAtATime
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