pub struct BybitApiKeyPermissionUpdateBuilder { /* private fields */ }Expand description
Builder for BybitApiKeyPermissionUpdate.
Implementations§
Source§impl BybitApiKeyPermissionUpdateBuilder
impl BybitApiKeyPermissionUpdateBuilder
pub fn contract_trade<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn spot<VALUE: Into<Vec<String>>>(&mut self, value: VALUE) -> &mut Self
pub fn wallet<VALUE: Into<Vec<String>>>(&mut self, value: VALUE) -> &mut Self
pub fn options<VALUE: Into<Vec<String>>>(&mut self, value: VALUE) -> &mut Self
pub fn derivatives<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn exchange<VALUE: Into<Vec<String>>>(&mut self, value: VALUE) -> &mut Self
pub fn earn<VALUE: Into<Vec<String>>>(&mut self, value: VALUE) -> &mut Self
pub fn affiliate<VALUE: Into<Vec<String>>>(&mut self, value: VALUE) -> &mut Self
pub fn block_trade<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn copy_trading<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn nft<VALUE: Into<Vec<String>>>(&mut self, value: VALUE) -> &mut Self
pub fn fiat_p2p<VALUE: Into<Vec<String>>>(&mut self, value: VALUE) -> &mut Self
pub fn fiat_bybit_pay<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn fiat_bit_pay<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn fiat_convert_broker<VALUE: Into<Vec<String>>>( &mut self, value: VALUE, ) -> &mut Self
pub fn bit_card<VALUE: Into<Vec<String>>>(&mut self, value: VALUE) -> &mut Self
pub fn byx_post<VALUE: Into<Vec<String>>>(&mut self, value: VALUE) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<BybitApiKeyPermissionUpdate, BybitApiKeyPermissionUpdateBuilderError>
pub fn build( &self, ) -> Result<BybitApiKeyPermissionUpdate, BybitApiKeyPermissionUpdateBuilderError>
Trait Implementations§
Source§impl Clone for BybitApiKeyPermissionUpdateBuilder
impl Clone for BybitApiKeyPermissionUpdateBuilder
Source§fn clone(&self) -> BybitApiKeyPermissionUpdateBuilder
fn clone(&self) -> BybitApiKeyPermissionUpdateBuilder
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 BybitApiKeyPermissionUpdateBuilder
impl RefUnwindSafe for BybitApiKeyPermissionUpdateBuilder
impl Send for BybitApiKeyPermissionUpdateBuilder
impl Sync for BybitApiKeyPermissionUpdateBuilder
impl Unpin for BybitApiKeyPermissionUpdateBuilder
impl UnsafeUnpin for BybitApiKeyPermissionUpdateBuilder
impl UnwindSafe for BybitApiKeyPermissionUpdateBuilder
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,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more