pub struct CreateAutomaticTokensForwardingRbData {
pub item: Box<CreateAutomaticTokensForwardingRbDataItem>,
}Fields§
§item: Box<CreateAutomaticTokensForwardingRbDataItem>Implementations§
Trait Implementations§
Source§impl Clone for CreateAutomaticTokensForwardingRbData
impl Clone for CreateAutomaticTokensForwardingRbData
Source§fn clone(&self) -> CreateAutomaticTokensForwardingRbData
fn clone(&self) -> CreateAutomaticTokensForwardingRbData
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<'de> Deserialize<'de> for CreateAutomaticTokensForwardingRbData
impl<'de> Deserialize<'de> for CreateAutomaticTokensForwardingRbData
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 CreateAutomaticTokensForwardingRbData
impl PartialEq for CreateAutomaticTokensForwardingRbData
Source§fn eq(&self, other: &CreateAutomaticTokensForwardingRbData) -> bool
fn eq(&self, other: &CreateAutomaticTokensForwardingRbData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreateAutomaticTokensForwardingRbData
Auto Trait Implementations§
impl Freeze for CreateAutomaticTokensForwardingRbData
impl RefUnwindSafe for CreateAutomaticTokensForwardingRbData
impl Send for CreateAutomaticTokensForwardingRbData
impl Sync for CreateAutomaticTokensForwardingRbData
impl Unpin for CreateAutomaticTokensForwardingRbData
impl UnwindSafe for CreateAutomaticTokensForwardingRbData
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