pub struct DisplayInfo3 {
pub combined_parameters: Vec<(String, String)>,
pub parameter_groups: Vec<ParameterGroup>,
pub parameters: Vec<Parameter>,
pub parts: Vec<Part>,
pub version: u8,
}Fields§
§combined_parameters: Vec<(String, String)>§parameter_groups: Vec<ParameterGroup>§parameters: Vec<Parameter>§parts: Vec<Part>§version: u8Trait Implementations§
Source§impl Clone for DisplayInfo3
impl Clone for DisplayInfo3
Source§fn clone(&self) -> DisplayInfo3
fn clone(&self) -> DisplayInfo3
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 DisplayInfo3
impl Debug for DisplayInfo3
Source§impl<'de> Deserialize<'de> for DisplayInfo3
impl<'de> Deserialize<'de> for DisplayInfo3
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 Hash for DisplayInfo3
impl Hash for DisplayInfo3
Source§impl Ord for DisplayInfo3
impl Ord for DisplayInfo3
Source§fn cmp(&self, other: &DisplayInfo3) -> Ordering
fn cmp(&self, other: &DisplayInfo3) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DisplayInfo3
impl PartialEq for DisplayInfo3
Source§impl PartialOrd for DisplayInfo3
impl PartialOrd for DisplayInfo3
Source§impl Serialize for DisplayInfo3
impl Serialize for DisplayInfo3
impl Eq for DisplayInfo3
impl StructuralPartialEq for DisplayInfo3
Auto Trait Implementations§
impl Freeze for DisplayInfo3
impl RefUnwindSafe for DisplayInfo3
impl Send for DisplayInfo3
impl Sync for DisplayInfo3
impl Unpin for DisplayInfo3
impl UnwindSafe for DisplayInfo3
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