pub struct CCSpecialAddress {
pub name: Option<String>,
pub blockchain: Option<String>,
pub address: Option<String>,
pub description: Option<String>,
}
Fields§
§name: Option<String>
§blockchain: Option<String>
§address: Option<String>
§description: Option<String>
Trait Implementations§
source§impl Debug for CCSpecialAddress
impl Debug for CCSpecialAddress
source§impl<'de> Deserialize<'de> for CCSpecialAddress
impl<'de> Deserialize<'de> for CCSpecialAddress
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 CCSpecialAddress
impl RefUnwindSafe for CCSpecialAddress
impl Send for CCSpecialAddress
impl Sync for CCSpecialAddress
impl Unpin for CCSpecialAddress
impl UnwindSafe for CCSpecialAddress
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