pub struct PlatformVaultWithdrawalAccess {
pub mode: PlatformVaultWithdrawalMode,
pub allowed_wallet_addresses: Vec<String>,
}Fields§
§mode: PlatformVaultWithdrawalMode§allowed_wallet_addresses: Vec<String>Trait Implementations§
Source§impl Clone for PlatformVaultWithdrawalAccess
impl Clone for PlatformVaultWithdrawalAccess
Source§fn clone(&self) -> PlatformVaultWithdrawalAccess
fn clone(&self) -> PlatformVaultWithdrawalAccess
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<'de> Deserialize<'de> for PlatformVaultWithdrawalAccess
impl<'de> Deserialize<'de> for PlatformVaultWithdrawalAccess
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformVaultWithdrawalAccess, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformVaultWithdrawalAccess, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PlatformVaultWithdrawalAccess
Source§impl Serialize for PlatformVaultWithdrawalAccess
impl Serialize for PlatformVaultWithdrawalAccess
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for PlatformVaultWithdrawalAccess
Auto Trait Implementations§
impl Freeze for PlatformVaultWithdrawalAccess
impl RefUnwindSafe for PlatformVaultWithdrawalAccess
impl Send for PlatformVaultWithdrawalAccess
impl Sync for PlatformVaultWithdrawalAccess
impl Unpin for PlatformVaultWithdrawalAccess
impl UnsafeUnpin for PlatformVaultWithdrawalAccess
impl UnwindSafe for PlatformVaultWithdrawalAccess
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