pub struct SummaryChannel {
pub index: usize,
pub name: Option<String>,
pub color: Option<String>,
pub pixel_type: Option<String>,
}Fields§
§index: usize§name: Option<String>§color: Option<String>§pixel_type: Option<String>Trait Implementations§
Source§impl Clone for SummaryChannel
impl Clone for SummaryChannel
Source§fn clone(&self) -> SummaryChannel
fn clone(&self) -> SummaryChannel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SummaryChannel
impl Debug for SummaryChannel
Source§impl<'de> Deserialize<'de> for SummaryChannel
impl<'de> Deserialize<'de> for SummaryChannel
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
impl Eq for SummaryChannel
Source§impl PartialEq for SummaryChannel
impl PartialEq for SummaryChannel
Source§impl Serialize for SummaryChannel
impl Serialize for SummaryChannel
impl StructuralPartialEq for SummaryChannel
Auto Trait Implementations§
impl Freeze for SummaryChannel
impl RefUnwindSafe for SummaryChannel
impl Send for SummaryChannel
impl Sync for SummaryChannel
impl Unpin for SummaryChannel
impl UnsafeUnpin for SummaryChannel
impl UnwindSafe for SummaryChannel
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