pub struct Methods { /* private fields */ }
Expand description
Type containing all contract methods for generated contract type.
Implementations§
Source§impl Methods
impl Methods
Sourcepub fn supports_interface(
&self,
interface_id: Bytes<[u8; 4]>,
) -> DynViewMethodBuilder<bool>
pub fn supports_interface( &self, interface_id: Bytes<[u8; 4]>, ) -> DynViewMethodBuilder<bool>
Generated by ethcontract
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Methods
impl !RefUnwindSafe for Methods
impl Send for Methods
impl Sync for Methods
impl Unpin for Methods
impl !UnwindSafe for Methods
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