pub struct VBytes(/* private fields */);Implementations§
Trait Implementations§
Source§impl AddAssign for VBytes
impl AddAssign for VBytes
Source§fn add_assign(&mut self, rhs: VBytes)
fn add_assign(&mut self, rhs: VBytes)
Performs the
+= operation. Read moreimpl Copy for VBytes
impl Eq for VBytes
Source§impl From<WeightUnits> for VBytes
impl From<WeightUnits> for VBytes
Source§fn from(wu: WeightUnits) -> VBytes
fn from(wu: WeightUnits) -> VBytes
Converts to this type from the input type.
Source§impl Ord for VBytes
impl Ord for VBytes
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for VBytes
impl PartialOrd for VBytes
Source§impl StrictDecode for VBytes
impl StrictDecode for VBytes
fn strict_decode(reader: &mut impl TypedRead) -> Result<VBytes, DecodeError>
fn strict_read(reader: impl ReadRaw) -> Result<Self, DecodeError>
Source§impl StrictDumb for VBytes
impl StrictDumb for VBytes
fn strict_dumb() -> VBytes
Source§impl StrictEncode for VBytes
impl StrictEncode for VBytes
fn strict_encode<W>(&self, writer: W) -> Result<W, Error>where
W: TypedWrite,
fn strict_write(&self, writer: impl WriteRaw) -> Result<(), Error>
impl StrictProduct for VBytes
Source§impl StrictTuple for VBytes
impl StrictTuple for VBytes
const FIELD_COUNT: u8
fn strict_check_fields()
fn strict_type_info() -> TypeInfo<Self>
Source§impl StrictType for VBytes
impl StrictType for VBytes
const STRICT_LIB_NAME: &'static str = LIB_NAME_BITCOIN
fn strict_name() -> Option<TypeName>
impl StructuralPartialEq for VBytes
Auto Trait Implementations§
impl Freeze for VBytes
impl RefUnwindSafe for VBytes
impl Send for VBytes
impl Sync for VBytes
impl Unpin for VBytes
impl UnsafeUnpin for VBytes
impl UnwindSafe for VBytes
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.