pub struct CharacterStandings {
pub from_id: i32,
pub from_type: String,
pub standing: f32,
}Fields§
§from_id: i32§from_type: String§standing: f32Trait Implementations§
Source§impl Debug for CharacterStandings
impl Debug for CharacterStandings
Source§impl<'de> Deserialize<'de> for CharacterStandings
impl<'de> Deserialize<'de> for CharacterStandings
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 CharacterStandings
impl RefUnwindSafe for CharacterStandings
impl Send for CharacterStandings
impl Sync for CharacterStandings
impl Unpin for CharacterStandings
impl UnwindSafe for CharacterStandings
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