pub struct UnderlyingRequest { /* private fields */ }Expand description
Query parameters for GET /api/v5/public/underlying.
Implementations§
Trait Implementations§
Source§impl Clone for UnderlyingRequest
impl Clone for UnderlyingRequest
Source§fn clone(&self) -> UnderlyingRequest
fn clone(&self) -> UnderlyingRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UnderlyingRequest
impl Debug for UnderlyingRequest
Auto Trait Implementations§
impl Freeze for UnderlyingRequest
impl RefUnwindSafe for UnderlyingRequest
impl Send for UnderlyingRequest
impl Sync for UnderlyingRequest
impl Unpin for UnderlyingRequest
impl UnsafeUnpin for UnderlyingRequest
impl UnwindSafe for UnderlyingRequest
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