pub struct HyperLiquidUrls {
pub rest: String,
pub ws: String,
}Expand description
HyperLiquid API URLs.
Fields§
§rest: StringREST API base URL.
ws: StringWebSocket URL.
Implementations§
Trait Implementations§
Source§impl Clone for HyperLiquidUrls
impl Clone for HyperLiquidUrls
Source§fn clone(&self) -> HyperLiquidUrls
fn clone(&self) -> HyperLiquidUrls
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for HyperLiquidUrls
impl RefUnwindSafe for HyperLiquidUrls
impl Send for HyperLiquidUrls
impl Sync for HyperLiquidUrls
impl Unpin for HyperLiquidUrls
impl UnwindSafe for HyperLiquidUrls
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