pub struct GoaExchange(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for GoaExchange
impl RefUnwindSafe for GoaExchange
impl Send for GoaExchange
impl Sync for GoaExchange
impl Unpin for GoaExchange
impl UnwindSafe for GoaExchange
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