pub struct GetNetworkResult {
pub network: Network,
}Expand description
Current blockchain network.
Fields§
§network: NetworkTrait Implementations§
Source§impl Clone for GetNetworkResult
impl Clone for GetNetworkResult
Source§fn clone(&self) -> GetNetworkResult
fn clone(&self) -> GetNetworkResult
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 GetNetworkResult
impl RefUnwindSafe for GetNetworkResult
impl Send for GetNetworkResult
impl Sync for GetNetworkResult
impl Unpin for GetNetworkResult
impl UnsafeUnpin for GetNetworkResult
impl UnwindSafe for GetNetworkResult
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