#[non_exhaustive]pub struct CreateAccessorOutput { /* private fields */ }
Implementations§
source§impl CreateAccessorOutput
impl CreateAccessorOutput
sourcepub fn accessor_id(&self) -> Option<&str>
pub fn accessor_id(&self) -> Option<&str>
The unique identifier of the accessor.
sourcepub fn billing_token(&self) -> Option<&str>
pub fn billing_token(&self) -> Option<&str>
The billing token is a property of the Accessor. Use this token to make Ethereum API calls to your Ethereum node. The billing token is used to track your accessor object for billing Ethereum API requests made to your Ethereum nodes.
source§impl CreateAccessorOutput
impl CreateAccessorOutput
sourcepub fn builder() -> CreateAccessorOutputBuilder
pub fn builder() -> CreateAccessorOutputBuilder
Creates a new builder-style object to manufacture CreateAccessorOutput
.
Trait Implementations§
source§impl Clone for CreateAccessorOutput
impl Clone for CreateAccessorOutput
source§fn clone(&self) -> CreateAccessorOutput
fn clone(&self) -> CreateAccessorOutput
Returns a copy 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 CreateAccessorOutput
impl Debug for CreateAccessorOutput
source§impl PartialEq<CreateAccessorOutput> for CreateAccessorOutput
impl PartialEq<CreateAccessorOutput> for CreateAccessorOutput
source§fn eq(&self, other: &CreateAccessorOutput) -> bool
fn eq(&self, other: &CreateAccessorOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateAccessorOutput
impl RequestId for CreateAccessorOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for CreateAccessorOutput
Auto Trait Implementations§
impl RefUnwindSafe for CreateAccessorOutput
impl Send for CreateAccessorOutput
impl Sync for CreateAccessorOutput
impl Unpin for CreateAccessorOutput
impl UnwindSafe for CreateAccessorOutput
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