Enum ethabi::Topic [−][src]
Acceptable topic possibilities.
Variants
Match any.
OneOf(Vec<T>)
Match any of the hashes.
Match only this hash.
Implementations
impl<T> Topic<T>
[src]
pub fn map<F, O>(self, f: F) -> Topic<O> where
F: Fn(T) -> O,
[src]
F: Fn(T) -> O,
Map
pub fn is_any(&self) -> bool
[src]
Returns true if topic is empty (Topic::Any)
Trait Implementations
impl<T: Debug> Debug for Topic<T>
[src]
impl<T> Default for Topic<T>
[src]
impl<T> From<Option<T>> for Topic<T>
[src]
impl<T> From<T> for Topic<T>
[src]
impl<T> From<Vec<T, Global>> for Topic<T>
[src]
impl<T> Index<usize> for Topic<T>
[src]
type Output = T
The returned type after indexing.
fn index(&self, index: usize) -> &Self::Output
[src]
impl<T> Into<Vec<T, Global>> for Topic<T>
[src]
impl<T: PartialEq> PartialEq<Topic<T>> for Topic<T>
[src]
impl Serialize for Topic<Hash>
[src]
impl<T> StructuralPartialEq for Topic<T>
[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for Topic<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for Topic<T> where
T: Send,
T: Send,
impl<T> Sync for Topic<T> where
T: Sync,
T: Sync,
impl<T> Unpin for Topic<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for Topic<T> where
T: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<!> for T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src]
V: MultiLane<T>,