pub struct NodeGraphThemePresetV1 {
pub id: String,
pub display_name: String,
pub intent: String,
pub paint_only_tokens: PaintOnlyTokensV1,
pub layout_tokens: Option<LayoutTokensV1>,
pub interaction_state_matrix: Value,
pub example_compositions: Value,
pub a11y_notes: Value,
}Fields§
§id: String§display_name: String§intent: String§paint_only_tokens: PaintOnlyTokensV1§layout_tokens: Option<LayoutTokensV1>§interaction_state_matrix: Value§example_compositions: Value§a11y_notes: ValueTrait Implementations§
Source§impl Clone for NodeGraphThemePresetV1
impl Clone for NodeGraphThemePresetV1
Source§fn clone(&self) -> NodeGraphThemePresetV1
fn clone(&self) -> NodeGraphThemePresetV1
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 NodeGraphThemePresetV1
impl Debug for NodeGraphThemePresetV1
Source§impl<'de> Deserialize<'de> for NodeGraphThemePresetV1
impl<'de> Deserialize<'de> for NodeGraphThemePresetV1
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
Auto Trait Implementations§
impl Freeze for NodeGraphThemePresetV1
impl RefUnwindSafe for NodeGraphThemePresetV1
impl Send for NodeGraphThemePresetV1
impl Sync for NodeGraphThemePresetV1
impl Unpin for NodeGraphThemePresetV1
impl UnsafeUnpin for NodeGraphThemePresetV1
impl UnwindSafe for NodeGraphThemePresetV1
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