pub struct RequestCurrencyRevisionCommand { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RequestCurrencyRevisionCommand
impl RefUnwindSafe for RequestCurrencyRevisionCommand
impl Send for RequestCurrencyRevisionCommand
impl Sync for RequestCurrencyRevisionCommand
impl Unpin for RequestCurrencyRevisionCommand
impl UnsafeUnpin for RequestCurrencyRevisionCommand
impl UnwindSafe for RequestCurrencyRevisionCommand
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