Struct eth_state_fold::utils::TopicInput
source · pub struct TopicInput(/* private fields */);Trait Implementations§
source§impl Default for TopicInput
impl Default for TopicInput
source§fn default() -> TopicInput
fn default() -> TopicInput
Returns the “default value” for a type. Read more
source§impl From<&H160> for TopicInput
impl From<&H160> for TopicInput
source§impl From<&H256> for TopicInput
impl From<&H256> for TopicInput
source§impl From<&U256> for TopicInput
impl From<&U256> for TopicInput
Auto Trait Implementations§
impl RefUnwindSafe for TopicInput
impl Send for TopicInput
impl Sync for TopicInput
impl Unpin for TopicInput
impl UnwindSafe for TopicInput
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