pub enum BybitHttpAuth {
SpotV1,
BelowV3,
UsdcContractV1,
V3AndAbove,
None,
}Available on crate feature
bybit only.Expand description
Represents the auth type.
Variants§
SpotV1
BelowV3
“Previous Version” APIs except for Spot V1, USDC Option, and USDC Perpetual
UsdcContractV1
V3AndAbove
None
No authentication (for public APIs)
Trait Implementations§
Source§impl Clone for BybitHttpAuth
impl Clone for BybitHttpAuth
Source§fn clone(&self) -> BybitHttpAuth
fn clone(&self) -> BybitHttpAuth
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 moreSource§impl Debug for BybitHttpAuth
impl Debug for BybitHttpAuth
Source§impl PartialEq for BybitHttpAuth
impl PartialEq for BybitHttpAuth
impl Copy for BybitHttpAuth
impl Eq for BybitHttpAuth
impl StructuralPartialEq for BybitHttpAuth
Auto Trait Implementations§
impl Freeze for BybitHttpAuth
impl RefUnwindSafe for BybitHttpAuth
impl Send for BybitHttpAuth
impl Sync for BybitHttpAuth
impl Unpin for BybitHttpAuth
impl UnwindSafe for BybitHttpAuth
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.