Available on crate feature
plugin only.Expand description
Actions that a controller may take during a bidirectional phase.
Grease is applied automatically.
Implementations
Auto Trait Implementations
impl<'a, R, W> RefUnwindSafe for BidirSend<'a, R, W>where
R: RefUnwindSafe,
W: RefUnwindSafe,
impl<'a, R, W> Send for BidirSend<'a, R, W>where
R: Send,
W: Send,
impl<'a, R, W> Sync for BidirSend<'a, R, W>where
R: Sync,
W: Sync,
impl<'a, R, W> Unpin for BidirSend<'a, R, W>
impl<'a, R, W> !UnwindSafe for BidirSend<'a, R, W>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more