pub struct CrcPositionStarsConfig {
pub sector_id: String,
pub subset: u32,
pub area_id: String,
pub color_set: String,
}Fields§
§sector_id: String§subset: u32§area_id: String§color_set: StringTrait Implementations§
Source§impl Clone for CrcPositionStarsConfig
impl Clone for CrcPositionStarsConfig
Source§fn clone(&self) -> CrcPositionStarsConfig
fn clone(&self) -> CrcPositionStarsConfig
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 CrcPositionStarsConfig
impl Debug for CrcPositionStarsConfig
Source§impl Default for CrcPositionStarsConfig
impl Default for CrcPositionStarsConfig
Source§fn default() -> CrcPositionStarsConfig
fn default() -> CrcPositionStarsConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CrcPositionStarsConfig
impl<'de> Deserialize<'de> for CrcPositionStarsConfig
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 CrcPositionStarsConfig
impl RefUnwindSafe for CrcPositionStarsConfig
impl Send for CrcPositionStarsConfig
impl Sync for CrcPositionStarsConfig
impl Unpin for CrcPositionStarsConfig
impl UnwindSafe for CrcPositionStarsConfig
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