pub struct LogsBloom(/* private fields */);
Expand description
A log bloom for Ethereum
Implementations§
Trait Implementations§
Source§impl Decodable for LogsBloom
impl Decodable for LogsBloom
Source§fn decode(rlp: &UntrustedRlp<'_>) -> Result<Self, DecoderError>
fn decode(rlp: &UntrustedRlp<'_>) -> Result<Self, DecoderError>
Decode a value from RLP bytes
Source§impl Encodable for LogsBloom
impl Encodable for LogsBloom
Source§fn rlp_append(&self, s: &mut RlpStream)
fn rlp_append(&self, s: &mut RlpStream)
Append a value to the stream
Source§fn rlp_bytes(&self) -> ElasticArray1024<u8>
fn rlp_bytes(&self) -> ElasticArray1024<u8>
Get rlp-encoded bytes for this instance
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 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