pub struct NpcLocation {
pub zone: Option<String>,
pub coordinates: Option<Coordinates>,
}Fields§
§zone: Option<String>§coordinates: Option<Coordinates>Trait Implementations§
Source§impl Clone for NpcLocation
impl Clone for NpcLocation
Source§fn clone(&self) -> NpcLocation
fn clone(&self) -> NpcLocation
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 NpcLocation
impl Debug for NpcLocation
Source§impl<'de> Deserialize<'de> for NpcLocation
impl<'de> Deserialize<'de> for NpcLocation
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
Source§impl PartialEq for NpcLocation
impl PartialEq for NpcLocation
Source§impl Serialize for NpcLocation
impl Serialize for NpcLocation
impl StructuralPartialEq for NpcLocation
Auto Trait Implementations§
impl Freeze for NpcLocation
impl RefUnwindSafe for NpcLocation
impl Send for NpcLocation
impl Sync for NpcLocation
impl Unpin for NpcLocation
impl UnwindSafe for NpcLocation
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