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