pub enum AptosType {
Mainnet,
Testnet,
Devnet,
}Expand description
client type
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AptosType
impl RefUnwindSafe for AptosType
impl Send for AptosType
impl Sync for AptosType
impl Unpin for AptosType
impl UnwindSafe for AptosType
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