Struct ory_client::models::ui_node_meta::UiNodeMeta
source · pub struct UiNodeMeta {
pub label: Option<Box<UiText>>,
}Expand description
UiNodeMeta : This might include a label and other information that can optionally be used to render UIs.
Fields§
§label: Option<Box<UiText>>Implementations§
source§impl UiNodeMeta
impl UiNodeMeta
sourcepub fn new() -> UiNodeMeta
pub fn new() -> UiNodeMeta
This might include a label and other information that can optionally be used to render UIs.
Trait Implementations§
source§impl Clone for UiNodeMeta
impl Clone for UiNodeMeta
source§fn clone(&self) -> UiNodeMeta
fn clone(&self) -> UiNodeMeta
Returns a copy 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 UiNodeMeta
impl Debug for UiNodeMeta
source§impl Default for UiNodeMeta
impl Default for UiNodeMeta
source§impl<'de> Deserialize<'de> for UiNodeMeta
impl<'de> Deserialize<'de> for UiNodeMeta
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<UiNodeMeta> for UiNodeMeta
impl PartialEq<UiNodeMeta> for UiNodeMeta
source§fn eq(&self, other: &UiNodeMeta) -> bool
fn eq(&self, other: &UiNodeMeta) -> bool
This method tests for
self and other values to be equal, and is used
by ==.