pub struct ReceiptLogsBloom(/* private fields */);Expand description
Ethereum receipt logs bloom filter bytes.
Implementations§
Trait Implementations§
Source§impl Clone for ReceiptLogsBloom
impl Clone for ReceiptLogsBloom
Source§fn clone(&self) -> ReceiptLogsBloom
fn clone(&self) -> ReceiptLogsBloom
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ReceiptLogsBloom
Source§impl Debug for ReceiptLogsBloom
impl Debug for ReceiptLogsBloom
impl Eq for ReceiptLogsBloom
Source§impl PartialEq for ReceiptLogsBloom
impl PartialEq for ReceiptLogsBloom
Source§fn eq(&self, other: &ReceiptLogsBloom) -> bool
fn eq(&self, other: &ReceiptLogsBloom) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReceiptLogsBloom
Auto Trait Implementations§
impl Freeze for ReceiptLogsBloom
impl RefUnwindSafe for ReceiptLogsBloom
impl Send for ReceiptLogsBloom
impl Sync for ReceiptLogsBloom
impl Unpin for ReceiptLogsBloom
impl UnsafeUnpin for ReceiptLogsBloom
impl UnwindSafe for ReceiptLogsBloom
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