pub struct AccessKeyListHandler;Trait Implementations§
Source§impl Clone for AccessKeyListHandler
impl Clone for AccessKeyListHandler
Source§fn clone(&self) -> AccessKeyListHandler
fn clone(&self) -> AccessKeyListHandler
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 AccessKeyListHandler
impl Debug for AccessKeyListHandler
Source§impl Default for AccessKeyListHandler
impl Default for AccessKeyListHandler
Source§fn default() -> AccessKeyListHandler
fn default() -> AccessKeyListHandler
Returns the “default value” for a type. Read more
Source§impl ResponseHandler for AccessKeyListHandler
impl ResponseHandler for AccessKeyListHandler
type Response = Data<Vec<(PublicKey, AccessKey)>>
type Query = SimpleQueryRpc
Source§fn process_response(
&self,
response: Vec<RpcQueryResponse>,
) -> Result<Self::Response, QueryError<<Self::Query as RpcType>::Error>>
fn process_response( &self, response: Vec<RpcQueryResponse>, ) -> Result<Self::Response, QueryError<<Self::Query as RpcType>::Error>>
NOTE: responses should always >= 1
fn request_amount(&self) -> usize
Auto Trait Implementations§
impl Freeze for AccessKeyListHandler
impl RefUnwindSafe for AccessKeyListHandler
impl Send for AccessKeyListHandler
impl Sync for AccessKeyListHandler
impl Unpin for AccessKeyListHandler
impl UnwindSafe for AccessKeyListHandler
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