pub struct CartesiAddresses {
pub erc1155_batch_portal: String,
pub erc1155_single_portal: String,
pub erc20_portal: String,
pub erc721_portal: String,
pub ether_portal: String,
}Fields§
§erc1155_batch_portal: String§erc1155_single_portal: String§erc20_portal: String§erc721_portal: String§ether_portal: StringTrait Implementations§
Source§impl PortalMatcher for CartesiAddresses
impl PortalMatcher for CartesiAddresses
Auto Trait Implementations§
impl Freeze for CartesiAddresses
impl RefUnwindSafe for CartesiAddresses
impl Send for CartesiAddresses
impl Sync for CartesiAddresses
impl Unpin for CartesiAddresses
impl UnwindSafe for CartesiAddresses
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