pub struct BlockchainStreamOptions {
pub from: Option<u32>,
pub to: Option<u32>,
pub mode: BlockchainMode,
}Fields§
§from: Option<u32>§to: Option<u32>§mode: BlockchainModeTrait Implementations§
Source§impl Clone for BlockchainStreamOptions
impl Clone for BlockchainStreamOptions
Source§fn clone(&self) -> BlockchainStreamOptions
fn clone(&self) -> BlockchainStreamOptions
Returns a duplicate 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 BlockchainStreamOptions
impl Debug for BlockchainStreamOptions
Source§impl Default for BlockchainStreamOptions
impl Default for BlockchainStreamOptions
Source§fn default() -> BlockchainStreamOptions
fn default() -> BlockchainStreamOptions
Returns the “default value” for a type. Read more
Source§impl PartialEq for BlockchainStreamOptions
impl PartialEq for BlockchainStreamOptions
impl Copy for BlockchainStreamOptions
impl Eq for BlockchainStreamOptions
impl StructuralPartialEq for BlockchainStreamOptions
Auto Trait Implementations§
impl Freeze for BlockchainStreamOptions
impl RefUnwindSafe for BlockchainStreamOptions
impl Send for BlockchainStreamOptions
impl Sync for BlockchainStreamOptions
impl Unpin for BlockchainStreamOptions
impl UnsafeUnpin for BlockchainStreamOptions
impl UnwindSafe for BlockchainStreamOptions
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> 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.