pub struct CrcVideoMapRef {
pub id: String,
pub name: String,
pub tags: Vec<String>,
pub short_name: Option<String>,
pub source_file_name: String,
pub stars_brightness_category: String,
pub stars_id: Option<i32>,
pub stars_always_visible: bool,
pub tdm_only: bool,
}Fields§
§id: String§name: String§short_name: Option<String>§source_file_name: String§stars_brightness_category: String§stars_id: Option<i32>§stars_always_visible: bool§tdm_only: boolTrait Implementations§
Source§impl Clone for CrcVideoMapRef
impl Clone for CrcVideoMapRef
Source§fn clone(&self) -> CrcVideoMapRef
fn clone(&self) -> CrcVideoMapRef
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 CrcVideoMapRef
impl Debug for CrcVideoMapRef
Source§impl Default for CrcVideoMapRef
impl Default for CrcVideoMapRef
Source§fn default() -> CrcVideoMapRef
fn default() -> CrcVideoMapRef
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CrcVideoMapRef
impl<'de> Deserialize<'de> for CrcVideoMapRef
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 CrcVideoMapRef
impl RefUnwindSafe for CrcVideoMapRef
impl Send for CrcVideoMapRef
impl Sync for CrcVideoMapRef
impl Unpin for CrcVideoMapRef
impl UnwindSafe for CrcVideoMapRef
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