pub struct ExchangeForPhysical;Expand description
ExchangeForPhysical (411).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExchangeForPhysical
impl RefUnwindSafe for ExchangeForPhysical
impl Send for ExchangeForPhysical
impl Sync for ExchangeForPhysical
impl Unpin for ExchangeForPhysical
impl UnsafeUnpin for ExchangeForPhysical
impl UnwindSafe for ExchangeForPhysical
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