pub struct AnyIdConfig {
pub proxy_type: ProxyType,
pub target: String,
pub amount: Option<f64>,
}Fields§
§proxy_type: ProxyTypeProxy type
target: StringRecipient number
amount: Option<f64>Transaction amount
Trait Implementations§
Source§impl Clone for AnyIdConfig
impl Clone for AnyIdConfig
Source§fn clone(&self) -> AnyIdConfig
fn clone(&self) -> AnyIdConfig
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 moreAuto Trait Implementations§
impl Freeze for AnyIdConfig
impl RefUnwindSafe for AnyIdConfig
impl Send for AnyIdConfig
impl Sync for AnyIdConfig
impl Unpin for AnyIdConfig
impl UnsafeUnpin for AnyIdConfig
impl UnwindSafe for AnyIdConfig
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