pub struct PruningPointUtxoSetOverrideScope {}Trait Implementations§
Source§impl BorshDeserialize for PruningPointUtxoSetOverrideScope
impl BorshDeserialize for PruningPointUtxoSetOverrideScope
fn deserialize_reader<__R: Read>(reader: &mut __R) -> Result<Self, Error>
Source§fn deserialize(buf: &mut &[u8]) -> Result<Self, Error>
fn deserialize(buf: &mut &[u8]) -> Result<Self, Error>
Deserializes this instance from a given slice of bytes.
Updates the buffer to point at the remaining bytes.
Source§fn try_from_slice(v: &[u8]) -> Result<Self, Error>
fn try_from_slice(v: &[u8]) -> Result<Self, Error>
Deserialize this instance from a slice of bytes.
fn try_from_reader<R>(reader: &mut R) -> Result<Self, Error>where
R: Read,
Source§impl Clone for PruningPointUtxoSetOverrideScope
impl Clone for PruningPointUtxoSetOverrideScope
Source§fn clone(&self) -> PruningPointUtxoSetOverrideScope
fn clone(&self) -> PruningPointUtxoSetOverrideScope
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for PruningPointUtxoSetOverrideScope
impl Default for PruningPointUtxoSetOverrideScope
Source§fn default() -> PruningPointUtxoSetOverrideScope
fn default() -> PruningPointUtxoSetOverrideScope
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PruningPointUtxoSetOverrideScope
impl<'de> Deserialize<'de> for PruningPointUtxoSetOverrideScope
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<PruningPointUtxoSetOverrideScope> for Scope
impl From<PruningPointUtxoSetOverrideScope> for Scope
Source§fn from(value: PruningPointUtxoSetOverrideScope) -> Self
fn from(value: PruningPointUtxoSetOverrideScope) -> Self
Converts to this type from the input type.
impl Eq for PruningPointUtxoSetOverrideScope
impl StructuralPartialEq for PruningPointUtxoSetOverrideScope
Auto Trait Implementations§
impl Freeze for PruningPointUtxoSetOverrideScope
impl RefUnwindSafe for PruningPointUtxoSetOverrideScope
impl Send for PruningPointUtxoSetOverrideScope
impl Sync for PruningPointUtxoSetOverrideScope
impl Unpin for PruningPointUtxoSetOverrideScope
impl UnwindSafe for PruningPointUtxoSetOverrideScope
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<S> CastArc for Swhere
S: CastFromSync + ?Sized,
impl<S> CastArc for Swhere
S: CastFromSync + ?Sized,
Source§impl<T> CastFrom for Twhere
T: Any + 'static,
impl<T> CastFrom for Twhere
T: Any + 'static,
Source§fn ref_any(&self) -> &(dyn Any + 'static)
fn ref_any(&self) -> &(dyn Any + 'static)
Returns a immutable reference to
Any, which is backed by the type implementing this trait.Source§fn mut_any(&mut self) -> &mut (dyn Any + 'static)
fn mut_any(&mut self) -> &mut (dyn Any + 'static)
Returns a mutable reference to
Any, which is backed by the type implementing this trait.Source§impl<T> CastFromSync for T
impl<T> CastFromSync for T
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)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.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more