pub struct NeighborStarsConfig {
pub id: String,
pub facility_id: String,
pub stars_id: String,
pub single_character_stars_id: Option<String>,
pub field_e_format: Option<String>,
pub field_e_letter: Option<String>,
}Fields§
§id: String§facility_id: String§stars_id: String§single_character_stars_id: Option<String>§field_e_format: Option<String>§field_e_letter: Option<String>Trait Implementations§
Source§impl Clone for NeighborStarsConfig
impl Clone for NeighborStarsConfig
Source§fn clone(&self) -> NeighborStarsConfig
fn clone(&self) -> NeighborStarsConfig
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 NeighborStarsConfig
impl Debug for NeighborStarsConfig
Source§impl Default for NeighborStarsConfig
impl Default for NeighborStarsConfig
Source§fn default() -> NeighborStarsConfig
fn default() -> NeighborStarsConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NeighborStarsConfig
impl<'de> Deserialize<'de> for NeighborStarsConfig
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 NeighborStarsConfig
impl RefUnwindSafe for NeighborStarsConfig
impl Send for NeighborStarsConfig
impl Sync for NeighborStarsConfig
impl Unpin for NeighborStarsConfig
impl UnwindSafe for NeighborStarsConfig
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