pub struct NonBlocking;Expand description
Marker type indicating the session builder will not block the current task.
Trait Implementations§
Source§impl Debug for NonBlocking
impl Debug for NonBlocking
impl SessionBlockState for NonBlocking
Auto Trait Implementations§
impl Freeze for NonBlocking
impl RefUnwindSafe for NonBlocking
impl Send for NonBlocking
impl Sync for NonBlocking
impl Unpin for NonBlocking
impl UnwindSafe for NonBlocking
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