pub struct CharacterLocation {
pub solar_system_id: i32,
/* private fields */
}Fields§
§solar_system_id: i32Trait Implementations§
Source§impl Debug for CharacterLocation
impl Debug for CharacterLocation
Source§impl<'de> Deserialize<'de> for CharacterLocation
impl<'de> Deserialize<'de> for CharacterLocation
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 CharacterLocation
impl RefUnwindSafe for CharacterLocation
impl Send for CharacterLocation
impl Sync for CharacterLocation
impl Unpin for CharacterLocation
impl UnwindSafe for CharacterLocation
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