pub struct AllianceIcon {
pub px128x128: String,
pub px64x64: String,
}Fields§
§px128x128: String§px64x64: StringTrait Implementations§
Source§impl Debug for AllianceIcon
impl Debug for AllianceIcon
Source§impl<'de> Deserialize<'de> for AllianceIcon
impl<'de> Deserialize<'de> for AllianceIcon
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 AllianceIcon
impl RefUnwindSafe for AllianceIcon
impl Send for AllianceIcon
impl Sync for AllianceIcon
impl Unpin for AllianceIcon
impl UnwindSafe for AllianceIcon
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