pub struct DevnetContracts {
pub identity_registry: String,
pub root_registry: String,
pub escrow: String,
pub bond_vault: String,
pub price_resolver: String,
}Fields§
§identity_registry: String§root_registry: String§escrow: String§bond_vault: String§price_resolver: StringTrait Implementations§
Source§impl Clone for DevnetContracts
impl Clone for DevnetContracts
Source§fn clone(&self) -> DevnetContracts
fn clone(&self) -> DevnetContracts
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DevnetContracts
impl Debug for DevnetContracts
Source§impl<'de> Deserialize<'de> for DevnetContracts
impl<'de> Deserialize<'de> for DevnetContracts
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
impl Eq for DevnetContracts
Source§impl PartialEq for DevnetContracts
impl PartialEq for DevnetContracts
Source§impl Serialize for DevnetContracts
impl Serialize for DevnetContracts
impl StructuralPartialEq for DevnetContracts
Auto Trait Implementations§
impl Freeze for DevnetContracts
impl RefUnwindSafe for DevnetContracts
impl Send for DevnetContracts
impl Sync for DevnetContracts
impl Unpin for DevnetContracts
impl UnsafeUnpin for DevnetContracts
impl UnwindSafe for DevnetContracts
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