pub struct SpectralTitle {
pub spd: String,
pub cvg: String,
pub hue: String,
}Fields§
§spd: String§cvg: String§hue: StringTrait Implementations§
Source§impl Clone for SpectralTitle
impl Clone for SpectralTitle
Source§fn clone(&self) -> SpectralTitle
fn clone(&self) -> SpectralTitle
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 SpectralTitle
impl Debug for SpectralTitle
Source§impl<'de> Deserialize<'de> for SpectralTitle
impl<'de> Deserialize<'de> for SpectralTitle
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
Source§impl PartialEq for SpectralTitle
impl PartialEq for SpectralTitle
Source§impl Serialize for SpectralTitle
impl Serialize for SpectralTitle
impl StructuralPartialEq for SpectralTitle
Auto Trait Implementations§
impl Freeze for SpectralTitle
impl RefUnwindSafe for SpectralTitle
impl Send for SpectralTitle
impl Sync for SpectralTitle
impl Unpin for SpectralTitle
impl UnsafeUnpin for SpectralTitle
impl UnwindSafe for SpectralTitle
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