pub struct crypto_perpetual_ethusdt {}
Implementations§
Source§impl crypto_perpetual_ethusdt
impl crypto_perpetual_ethusdt
pub fn get() -> CryptoPerpetual
pub fn default() -> CryptoPerpetual
Auto Trait Implementations§
impl Freeze for crypto_perpetual_ethusdt
impl RefUnwindSafe for crypto_perpetual_ethusdt
impl Send for crypto_perpetual_ethusdt
impl Sync for crypto_perpetual_ethusdt
impl Unpin for crypto_perpetual_ethusdt
impl UnwindSafe for crypto_perpetual_ethusdt
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