pub struct ConfigPresentationMetadata {
pub label: Option<String>,
pub help: Option<String>,
pub category_id: Option<String>,
pub category_label: Option<String>,
pub category_summary: Option<String>,
pub category_order: Option<u32>,
pub setting_order: Option<u32>,
pub unit: Option<String>,
pub placeholder: Option<String>,
pub control_hint: Option<String>,
pub renderer_id: Option<String>,
}Fields§
§label: Option<String>§help: Option<String>§category_id: Option<String>§category_label: Option<String>§category_summary: Option<String>§category_order: Option<u32>§setting_order: Option<u32>§unit: Option<String>§placeholder: Option<String>§control_hint: Option<String>§renderer_id: Option<String>Trait Implementations§
Source§impl Clone for ConfigPresentationMetadata
impl Clone for ConfigPresentationMetadata
Source§fn clone(&self) -> ConfigPresentationMetadata
fn clone(&self) -> ConfigPresentationMetadata
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 ConfigPresentationMetadata
impl Debug for ConfigPresentationMetadata
Source§impl Default for ConfigPresentationMetadata
impl Default for ConfigPresentationMetadata
Source§fn default() -> ConfigPresentationMetadata
fn default() -> ConfigPresentationMetadata
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ConfigPresentationMetadata
impl<'de> Deserialize<'de> for ConfigPresentationMetadata
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 ConfigPresentationMetadata
impl StructuralPartialEq for ConfigPresentationMetadata
Auto Trait Implementations§
impl Freeze for ConfigPresentationMetadata
impl RefUnwindSafe for ConfigPresentationMetadata
impl Send for ConfigPresentationMetadata
impl Sync for ConfigPresentationMetadata
impl Unpin for ConfigPresentationMetadata
impl UnsafeUnpin for ConfigPresentationMetadata
impl UnwindSafe for ConfigPresentationMetadata
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.