pub enum AptosClientType {
Mainnet,
Testnet,
Devnet,
}Expand description
client type
Variants§
Trait Implementations§
Source§impl Clone for AptosClientType
impl Clone for AptosClientType
Source§fn clone(&self) -> AptosClientType
fn clone(&self) -> AptosClientType
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 AptosClientType
impl RefUnwindSafe for AptosClientType
impl Send for AptosClientType
impl Sync for AptosClientType
impl Unpin for AptosClientType
impl UnwindSafe for AptosClientType
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