pub struct CircleNanopaymentPolicy {
pub enabled: bool,
pub managed_balance_id: String,
pub supported_chain_ids: Vec<String>,
pub supported_token_symbols: Vec<String>,
pub max_amount_minor_units: u64,
pub operator_managed_custody_explicit: bool,
}Fields§
§enabled: bool§managed_balance_id: String§supported_chain_ids: Vec<String>§supported_token_symbols: Vec<String>§max_amount_minor_units: u64§operator_managed_custody_explicit: boolTrait Implementations§
Source§impl Clone for CircleNanopaymentPolicy
impl Clone for CircleNanopaymentPolicy
Source§fn clone(&self) -> CircleNanopaymentPolicy
fn clone(&self) -> CircleNanopaymentPolicy
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 Debug for CircleNanopaymentPolicy
impl Debug for CircleNanopaymentPolicy
Source§impl<'de> Deserialize<'de> for CircleNanopaymentPolicy
impl<'de> Deserialize<'de> for CircleNanopaymentPolicy
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for CircleNanopaymentPolicy
Source§impl PartialEq for CircleNanopaymentPolicy
impl PartialEq for CircleNanopaymentPolicy
Source§impl Serialize for CircleNanopaymentPolicy
impl Serialize for CircleNanopaymentPolicy
impl StructuralPartialEq for CircleNanopaymentPolicy
Auto Trait Implementations§
impl Freeze for CircleNanopaymentPolicy
impl RefUnwindSafe for CircleNanopaymentPolicy
impl Send for CircleNanopaymentPolicy
impl Sync for CircleNanopaymentPolicy
impl Unpin for CircleNanopaymentPolicy
impl UnsafeUnpin for CircleNanopaymentPolicy
impl UnwindSafe for CircleNanopaymentPolicy
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