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