pub struct ConvertDustPayload {
pub symbol: Option<String>,
}Fields§
§symbol: Option<String>Trait Implementations§
Source§impl Clone for ConvertDustPayload
impl Clone for ConvertDustPayload
Source§fn clone(&self) -> ConvertDustPayload
fn clone(&self) -> ConvertDustPayload
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 Debug for ConvertDustPayload
impl Debug for ConvertDustPayload
Source§impl Default for ConvertDustPayload
impl Default for ConvertDustPayload
Source§fn default() -> ConvertDustPayload
fn default() -> ConvertDustPayload
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConvertDustPayload
impl<'de> Deserialize<'de> for ConvertDustPayload
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
Auto Trait Implementations§
impl Freeze for ConvertDustPayload
impl RefUnwindSafe for ConvertDustPayload
impl Send for ConvertDustPayload
impl Sync for ConvertDustPayload
impl Unpin for ConvertDustPayload
impl UnwindSafe for ConvertDustPayload
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