pub struct LogsBloom(/* private fields */);Expand description
Ethereum logs bloom filter bytes.
Implementations§
Trait Implementations§
impl Copy for LogsBloom
impl Eq for LogsBloom
impl StructuralPartialEq for LogsBloom
Auto Trait Implementations§
impl Freeze for LogsBloom
impl RefUnwindSafe for LogsBloom
impl Send for LogsBloom
impl Sync for LogsBloom
impl Unpin for LogsBloom
impl UnsafeUnpin for LogsBloom
impl UnwindSafe for LogsBloom
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