pub struct RevokeDelegationForEndUserAccountBody { /* private fields */ }Implementations§
Source§impl RevokeDelegationForEndUserAccountBody
impl RevokeDelegationForEndUserAccountBody
pub fn wallet_secret_id<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for RevokeDelegationForEndUserAccountBody
impl Clone for RevokeDelegationForEndUserAccountBody
Source§fn clone(&self) -> RevokeDelegationForEndUserAccountBody
fn clone(&self) -> RevokeDelegationForEndUserAccountBody
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 moreSource§impl From<RevokeDelegationForEndUserAccountBody> for RevokeDelegationForEndUserAccountBody
impl From<RevokeDelegationForEndUserAccountBody> for RevokeDelegationForEndUserAccountBody
Source§fn from(value: RevokeDelegationForEndUserAccountBody) -> Self
fn from(value: RevokeDelegationForEndUserAccountBody) -> Self
Converts to this type from the input type.
Source§impl TryFrom<RevokeDelegationForEndUserAccountBody> for RevokeDelegationForEndUserAccountBody
impl TryFrom<RevokeDelegationForEndUserAccountBody> for RevokeDelegationForEndUserAccountBody
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(
value: RevokeDelegationForEndUserAccountBody,
) -> Result<Self, ConversionError>
fn try_from( value: RevokeDelegationForEndUserAccountBody, ) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for RevokeDelegationForEndUserAccountBody
impl RefUnwindSafe for RevokeDelegationForEndUserAccountBody
impl Send for RevokeDelegationForEndUserAccountBody
impl Sync for RevokeDelegationForEndUserAccountBody
impl Unpin for RevokeDelegationForEndUserAccountBody
impl UnsafeUnpin for RevokeDelegationForEndUserAccountBody
impl UnwindSafe for RevokeDelegationForEndUserAccountBody
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