pub struct RevokeDelegationForEndUserAccount<'a> { /* private fields */ }Expand description
Builder for [Client::revoke_delegation_for_end_user_account]
[`Client::revoke_delegation_for_end_user_account`]: super::Client::revoke_delegation_for_end_user_accountImplementations§
Source§impl<'a> RevokeDelegationForEndUserAccount<'a>
impl<'a> RevokeDelegationForEndUserAccount<'a>
pub fn new(client: &'a Client) -> Self
pub fn user_id<V>(self, value: V) -> Selfwhere
V: TryInto<RevokeDelegationForEndUserAccountUserId>,
pub fn address<V>(self, value: V) -> Selfwhere
V: TryInto<BlockchainAddress>,
pub fn project_id<V>(self, value: V) -> Self
pub fn x_developer_auth<V>(self, value: V) -> Self
pub fn x_idempotency_key<V>(self, value: V) -> Self
pub fn x_wallet_auth<V>(self, value: V) -> Self
pub fn body<V>(self, value: V) -> Selfwhere
V: TryInto<RevokeDelegationForEndUserAccountBody>,
<V as TryInto<RevokeDelegationForEndUserAccountBody>>::Error: Display,
pub fn body_map<F>(self, f: F) -> Self
Trait Implementations§
Source§impl<'a> Clone for RevokeDelegationForEndUserAccount<'a>
impl<'a> Clone for RevokeDelegationForEndUserAccount<'a>
Source§fn clone(&self) -> RevokeDelegationForEndUserAccount<'a>
fn clone(&self) -> RevokeDelegationForEndUserAccount<'a>
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 moreAuto Trait Implementations§
impl<'a> Freeze for RevokeDelegationForEndUserAccount<'a>
impl<'a> !RefUnwindSafe for RevokeDelegationForEndUserAccount<'a>
impl<'a> Send for RevokeDelegationForEndUserAccount<'a>
impl<'a> Sync for RevokeDelegationForEndUserAccount<'a>
impl<'a> Unpin for RevokeDelegationForEndUserAccount<'a>
impl<'a> UnsafeUnpin for RevokeDelegationForEndUserAccount<'a>
impl<'a> !UnwindSafe for RevokeDelegationForEndUserAccount<'a>
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