pub struct SectorDef {
pub id: String,
pub galaxy_id: String,
pub name: String,
pub governing_entity_id: String,
}Expand description
Sector definition for topology seeding.
Fields§
§id: String§galaxy_id: String§name: String§governing_entity_id: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for SectorDef
impl<'de> Deserialize<'de> for SectorDef
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 SectorDef
impl RefUnwindSafe for SectorDef
impl Send for SectorDef
impl Sync for SectorDef
impl Unpin for SectorDef
impl UnsafeUnpin for SectorDef
impl UnwindSafe for SectorDef
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