pub struct Ens {
pub registry: String,
}Expand description
A Chain’s ENS registry.
Fields§
§registry: StringThe address of the ENS registry address.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Ens
impl<'de> Deserialize<'de> for Ens
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 Ens
impl RefUnwindSafe for Ens
impl Send for Ens
impl Sync for Ens
impl Unpin for Ens
impl UnwindSafe for Ens
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