pub struct GetVtxoTreeRequest {
pub batch_outpoint: Option<IndexerOutpoint>,
pub page: Option<IndexerPageRequest>,
}Fields§
§batch_outpoint: Option<IndexerOutpoint>§page: Option<IndexerPageRequest>Implementations§
Source§impl GetVtxoTreeRequest
impl GetVtxoTreeRequest
pub fn new() -> GetVtxoTreeRequest
Trait Implementations§
Source§impl Clone for GetVtxoTreeRequest
impl Clone for GetVtxoTreeRequest
Source§fn clone(&self) -> GetVtxoTreeRequest
fn clone(&self) -> GetVtxoTreeRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetVtxoTreeRequest
impl Debug for GetVtxoTreeRequest
Source§impl Default for GetVtxoTreeRequest
impl Default for GetVtxoTreeRequest
Source§fn default() -> GetVtxoTreeRequest
fn default() -> GetVtxoTreeRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetVtxoTreeRequest
impl<'de> Deserialize<'de> for GetVtxoTreeRequest
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 PartialEq for GetVtxoTreeRequest
impl PartialEq for GetVtxoTreeRequest
Source§fn eq(&self, other: &GetVtxoTreeRequest) -> bool
fn eq(&self, other: &GetVtxoTreeRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetVtxoTreeRequest
impl Serialize for GetVtxoTreeRequest
impl StructuralPartialEq for GetVtxoTreeRequest
Auto Trait Implementations§
impl Freeze for GetVtxoTreeRequest
impl RefUnwindSafe for GetVtxoTreeRequest
impl Send for GetVtxoTreeRequest
impl Sync for GetVtxoTreeRequest
impl Unpin for GetVtxoTreeRequest
impl UnsafeUnpin for GetVtxoTreeRequest
impl UnwindSafe for GetVtxoTreeRequest
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