pub enum Portals {
ERC1155BatchPortal,
ERC1155SinglePortal,
ERC20Portal,
ERC721Portal,
EtherPortal,
None,
}Variants§
Trait Implementations§
impl Copy for Portals
impl Eq for Portals
impl StructuralPartialEq for Portals
Auto Trait Implementations§
impl Freeze for Portals
impl RefUnwindSafe for Portals
impl Send for Portals
impl Sync for Portals
impl Unpin for Portals
impl UnwindSafe for Portals
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