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