Struct bitcoin::consensus::encode::CheckedData
source · pub struct CheckedData { /* private fields */ }
Expand description
Data and a 4-byte checksum.
Implementations§
Trait Implementations§
source§impl Clone for CheckedData
impl Clone for CheckedData
source§fn clone(&self) -> CheckedData
fn clone(&self) -> CheckedData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CheckedData
impl Debug for CheckedData
source§impl Decodable for CheckedData
impl Decodable for CheckedData
source§impl Encodable for CheckedData
impl Encodable for CheckedData
source§impl PartialEq<CheckedData> for CheckedData
impl PartialEq<CheckedData> for CheckedData
source§fn eq(&self, other: &CheckedData) -> bool
fn eq(&self, other: &CheckedData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for CheckedData
impl StructuralEq for CheckedData
impl StructuralPartialEq for CheckedData
Auto Trait Implementations§
impl RefUnwindSafe for CheckedData
impl Send for CheckedData
impl Sync for CheckedData
impl Unpin for CheckedData
impl UnwindSafe for CheckedData
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