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