pub struct UpdateGlobalWithdrawalFeeTo {
pub fee_to: WalletRegisterId,
}Expand description
Update global fee to
Fields§
§fee_to: WalletRegisterIdTrait Implementations§
source§impl Clone for UpdateGlobalWithdrawalFeeTo
impl Clone for UpdateGlobalWithdrawalFeeTo
source§fn clone(&self) -> UpdateGlobalWithdrawalFeeTo
fn clone(&self) -> UpdateGlobalWithdrawalFeeTo
Returns a copy 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 Debug for UpdateGlobalWithdrawalFeeTo
impl Debug for UpdateGlobalWithdrawalFeeTo
source§impl<'de> Deserialize<'de> for UpdateGlobalWithdrawalFeeTo
impl<'de> Deserialize<'de> for UpdateGlobalWithdrawalFeeTo
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
source§impl PartialEq for UpdateGlobalWithdrawalFeeTo
impl PartialEq for UpdateGlobalWithdrawalFeeTo
source§fn eq(&self, other: &UpdateGlobalWithdrawalFeeTo) -> bool
fn eq(&self, other: &UpdateGlobalWithdrawalFeeTo) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for UpdateGlobalWithdrawalFeeTo
impl StructuralPartialEq for UpdateGlobalWithdrawalFeeTo
Auto Trait Implementations§
impl Freeze for UpdateGlobalWithdrawalFeeTo
impl RefUnwindSafe for UpdateGlobalWithdrawalFeeTo
impl Send for UpdateGlobalWithdrawalFeeTo
impl Sync for UpdateGlobalWithdrawalFeeTo
impl Unpin for UpdateGlobalWithdrawalFeeTo
impl UnwindSafe for UpdateGlobalWithdrawalFeeTo
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