pub struct GetGlobalRequest<'a> { /* private fields */ }Expand description
Request for getting global market overview data /global
Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for GetGlobalRequest<'a>
impl<'a> !UnwindSafe for GetGlobalRequest<'a>
impl<'a> Freeze for GetGlobalRequest<'a>
impl<'a> Send for GetGlobalRequest<'a>
impl<'a> Sync for GetGlobalRequest<'a>
impl<'a> Unpin for GetGlobalRequest<'a>
impl<'a> UnsafeUnpin for GetGlobalRequest<'a>
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