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