pub struct TxnFilter<T> { /* private fields */ }
Implementations§
Source§impl TxnFilter<ActionsFilter>
impl TxnFilter<ActionsFilter>
pub fn by_account(name: String, id: AccountId) -> Self
pub fn by_context_id(name: String, context_id: Vec<u8>) -> Self
Source§impl TxnFilter<TransferFilter>
impl TxnFilter<TransferFilter>
pub fn by_account(id: AccountId) -> Self
pub fn by_context_id(context_id: Vec<u8>) -> Self
pub fn include_child_accounts(self, enable: bool) -> Self
Source§impl TxnFilter<ContextFilter>
impl TxnFilter<ContextFilter>
pub fn context_id(id: Vec<u8>) -> Self
Trait Implementations§
Source§impl From<TxnFilter<ActionsFilter>> for ListActionsRequest
impl From<TxnFilter<ActionsFilter>> for ListActionsRequest
Source§fn from(filter: TxnFilter<ActionsFilter>) -> Self
fn from(filter: TxnFilter<ActionsFilter>) -> Self
Converts to this type from the input type.
Source§impl From<TxnFilter<ContextFilter>> for ListTransactionsRequest
impl From<TxnFilter<ContextFilter>> for ListTransactionsRequest
Source§fn from(filter: TxnFilter<ContextFilter>) -> Self
fn from(filter: TxnFilter<ContextFilter>) -> Self
Converts to this type from the input type.
Source§impl From<TxnFilter<GroupingFilter>> for GroupTransactionsRequest
impl From<TxnFilter<GroupingFilter>> for GroupTransactionsRequest
Source§fn from(filter: TxnFilter<GroupingFilter>) -> Self
fn from(filter: TxnFilter<GroupingFilter>) -> Self
Converts to this type from the input type.
Source§impl From<TxnFilter<TransferFilter>> for ListTransferRequest
impl From<TxnFilter<TransferFilter>> for ListTransferRequest
Source§fn from(filter: TxnFilter<TransferFilter>) -> Self
fn from(filter: TxnFilter<TransferFilter>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<T> Freeze for TxnFilter<T>where
T: Freeze,
impl<T> RefUnwindSafe for TxnFilter<T>where
T: RefUnwindSafe,
impl<T> Send for TxnFilter<T>where
T: Send,
impl<T> Sync for TxnFilter<T>where
T: Sync,
impl<T> Unpin for TxnFilter<T>where
T: Unpin,
impl<T> UnwindSafe for TxnFilter<T>where
T: UnwindSafe,
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> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request