pub struct Vout(/* private fields */);
Implementations§
Trait Implementations§
Source§impl ConsensusDecode for Vout
impl ConsensusDecode for Vout
fn consensus_decode( reader: &mut impl Read, ) -> Result<Vout, ConsensusDecodeError>
fn consensus_deserialize( bytes: impl AsRef<[u8]>, ) -> Result<Self, ConsensusDecodeError>
Source§impl ConsensusEncode for Vout
impl ConsensusEncode for Vout
Source§impl Ord for Vout
impl Ord for Vout
Source§impl PartialOrd for Vout
impl PartialOrd for Vout
Source§impl StrictDecode for Vout
impl StrictDecode for Vout
fn strict_decode(reader: &mut impl TypedRead) -> Result<Vout, DecodeError>
fn strict_read(reader: impl ReadRaw) -> Result<Self, DecodeError>
Source§impl StrictDumb for Vout
impl StrictDumb for Vout
fn strict_dumb() -> Vout
Source§impl StrictEncode for Vout
impl StrictEncode for Vout
fn strict_encode<W>(&self, writer: W) -> Result<W, Error>where
W: TypedWrite,
fn strict_write(&self, writer: impl WriteRaw) -> Result<(), Error>
Source§impl StrictTuple for Vout
impl StrictTuple for Vout
const FIELD_COUNT: u8 = 1u8
fn strict_check_fields()
fn strict_type_info() -> TypeInfo<Self>
Source§impl StrictType for Vout
impl StrictType for Vout
const STRICT_LIB_NAME: &'static str = LIB_NAME_BITCOIN
fn strict_name() -> Option<TypeName>
impl Copy for Vout
impl Eq for Vout
impl StrictProduct for Vout
impl StructuralPartialEq for Vout
Auto Trait Implementations§
impl Freeze for Vout
impl RefUnwindSafe for Vout
impl Send for Vout
impl Sync for Vout
impl Unpin for Vout
impl UnwindSafe for Vout
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.