pub struct Explorer {
pub name: String,
pub url: String,
pub standard: String,
}Expand description
A Chain’s blockchain explorer.
Fields§
§name: StringThe name of the blockchain explorer.
url: StringThe URL of the blockchain explorer.
standard: StringThe standard of the blockchain explorer.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Explorer
impl<'de> Deserialize<'de> for Explorer
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Explorer
impl RefUnwindSafe for Explorer
impl Send for Explorer
impl Sync for Explorer
impl Unpin for Explorer
impl UnwindSafe for Explorer
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