pub enum BlockPoll {
Pending,
Complete,
}Expand description
Result of advancing a submitted transfer without blocking.
Variants§
Trait Implementations§
impl Copy for BlockPoll
impl Eq for BlockPoll
impl StructuralPartialEq for BlockPoll
Auto Trait Implementations§
impl Freeze for BlockPoll
impl RefUnwindSafe for BlockPoll
impl Send for BlockPoll
impl Sync for BlockPoll
impl Unpin for BlockPoll
impl UnsafeUnpin for BlockPoll
impl UnwindSafe for BlockPoll
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