pub struct AccessKeyHandler;Trait Implementations§
Source§impl Clone for AccessKeyHandler
impl Clone for AccessKeyHandler
Source§fn clone(&self) -> AccessKeyHandler
fn clone(&self) -> AccessKeyHandler
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 AccessKeyHandler
impl Debug for AccessKeyHandler
Source§impl Default for AccessKeyHandler
impl Default for AccessKeyHandler
Source§fn default() -> AccessKeyHandler
fn default() -> AccessKeyHandler
Returns the “default value” for a type. Read more
Source§impl ResponseHandler for AccessKeyHandler
impl ResponseHandler for AccessKeyHandler
type Response = Data<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 AccessKeyHandler
impl RefUnwindSafe for AccessKeyHandler
impl Send for AccessKeyHandler
impl Sync for AccessKeyHandler
impl Unpin for AccessKeyHandler
impl UnwindSafe for AccessKeyHandler
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